diff options
author | Wolfgang Denk <wd@denx.de> | 2010-06-17 21:06:16 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-06-17 21:06:16 +0200 |
commit | 399b09331f313d57b16b583f453387231d217f15 (patch) | |
tree | 240defa6bd80bdcd4ba89c9ba8f27093939d54b0 /include/configs/omap3_beagle.h | |
parent | a9046b9e1aeeedc66ddf1d00474ad0ce8c6aa6e4 (diff) | |
parent | 376e7fadbad3285231e390c6534feb5af86d594b (diff) | |
download | u-boot-imx-399b09331f313d57b16b583f453387231d217f15.zip u-boot-imx-399b09331f313d57b16b583f453387231d217f15.tar.gz u-boot-imx-399b09331f313d57b16b583f453387231d217f15.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 08d79ac..e018b21 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -37,6 +37,8 @@ #define CONFIG_OMAP3430 1 /* which is in a 3430 */ #define CONFIG_OMAP3_BEAGLE 1 /* working with BEAGLE */ +#define CONFIG_SDRC /* The chip has SDRC controller */ + #include <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap3.h> |