From: TsiChung Liew Date: Tue, 17 Mar 2009 11:21:43 +0000 (+0000) Subject: ColdFire: Fix incorrect definition X-Git-Tag: v2009.03~15^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d8235f84d3ef3f29b7d14e741369b5824b5bb4a;p=u-boot ColdFire: Fix incorrect definition Signed-off-by: TsiChung Liew --- diff --git a/include/asm-m68k/m5301x.h b/include/asm-m68k/m5301x.h index 52bbb87e27..80cefc40aa 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 */