commit | 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a | [log] [tgz] |
---|---|---|
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | Tue Mar 17 11:21:43 2009 +0000 |
committer | John Rigby <jrigby@freescale.com> | Tue Mar 17 15:58:37 2009 -0600 |
tree | 251dd208b9759be883e7b75a1399f1656bcac544 | |
parent | 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8 [diff] [blame] |
ColdFire: Fix incorrect definition Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
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 */