projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9017d93
)
ColdFire: Fix incorrect definition
author
TsiChung Liew
<Tsi-Chung.Liew@freescale.com>
Tue, 17 Mar 2009 11:21:43 +0000
(11:21 +0000)
committer
John Rigby
<jrigby@freescale.com>
Tue, 17 Mar 2009 21:58:37 +0000
(15:58 -0600)
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
include/asm-m68k/m5301x.h
patch
|
blob
|
history
diff --git
a/include/asm-m68k/m5301x.h
b/include/asm-m68k/m5301x.h
index 52bbb87e274e3c55ea760b3d5d9aa26d59b02f13..80cefc40aaf0bb43ac8dbbafac9c11520bd417b6 100644
(file)
--- a/
include/asm-m68k/m5301x.h
+++ b/
include/asm-m68k/m5301x.h
@@
-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 */