diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2009-03-17 11:21:43 +0000 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2009-03-17 15:58:37 -0600 |
commit | 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a (patch) | |
tree | 251dd208b9759be883e7b75a1399f1656bcac544 /include | |
parent | 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8 (diff) | |
download | u-boot-imx-8d8235f84d3ef3f29b7d14e741369b5824b5bb4a.zip u-boot-imx-8d8235f84d3ef3f29b7d14e741369b5824b5bb4a.tar.gz u-boot-imx-8d8235f84d3ef3f29b7d14e741369b5824b5bb4a.tar.bz2 |
ColdFire: Fix incorrect definition
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-m68k/m5301x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m68k/m5301x.h b/include/asm-m68k/m5301x.h index 52bbb87..80cefc4 100644 --- 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 */ |