1
0
Fork 0

ColdFire: Fix incorrect definition

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
utp
TsiChung Liew 2009-03-17 11:21:43 +00:00 committed by John Rigby
parent 9017d9325a
commit 8d8235f84d
1 changed files with 4 additions and 0 deletions

View File

@ -601,4 +601,8 @@
#define RTC_OCEN_OSCBYP (0x00000010)
#define RTC_OCEN_CLKEN (0x00000008)
/* SDRAM */
#define SDRAMC_SDCR_CKE (0x40000000)
#define SDRAMC_SDCR_REF (0x10000000)
#endif /* m5301x_h */