diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-06-15 13:27:03 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-06-15 13:27:03 +0900 |
commit | 25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4 (patch) | |
tree | ddc30b5a130d8a230a8264c05dfa7faeba84471a /include/configs/omap3_sdp3430.h | |
parent | a56915d7c679799e75317f7cb1eb24003b075438 (diff) | |
parent | 376e7fadbad3285231e390c6534feb5af86d594b (diff) | |
download | u-boot-imx-25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4.zip u-boot-imx-25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4.tar.gz u-boot-imx-25ae8aeb54a6ca89ba1fd11c00865b8fed9348b4.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/configs/omap3_sdp3430.h')
-rw-r--r-- | include/configs/omap3_sdp3430.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h index b4919db..d4482d3 100644 --- a/include/configs/omap3_sdp3430.h +++ b/include/configs/omap3_sdp3430.h @@ -42,6 +42,8 @@ #define CONFIG_OMAP3430 1 /* which is in a 3430 */ #define CONFIG_OMAP3_3430SDP 1 /* working with SDP Rev2 */ +#define CONFIG_SDRC /* The chip has SDRC controller */ + #include <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap3.h> |