mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
ColdFire: Fix incorrect definition
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
9017d9325a
commit
8d8235f84d
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue