summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-03-28 13:43:26 +0200
committertrix <trix@windriver.com>2010-04-17 20:52:44 -0500
commit07739bcef5da07cc4a4edef8b91014ccc332eda3 (patch)
tree0b1ce6764252af15dfb2614372de98a44a7ec61f /include
parent84a6e0d0f8465627f24c5baefa1f425c89b848cd (diff)
downloadu-boot-imx-07739bcef5da07cc4a4edef8b91014ccc332eda3.zip
u-boot-imx-07739bcef5da07cc4a4edef8b91014ccc332eda3.tar.gz
u-boot-imx-07739bcef5da07cc4a4edef8b91014ccc332eda3.tar.bz2
Moved board specific values in config file
The lowlevel_init file contained some hard-coded values to setup the RAM. These board related values are moved into the board configuration file. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx51evk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 903fe6d..3626df7 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -160,6 +160,9 @@
#define PHYS_SDRAM_1 CSD0_BASE_ADDR
#define PHYS_SDRAM_1_SIZE (512 * 1024 * 1024)
+#define CONFIG_SYS_DDR_CLKSEL 0
+#define CONFIG_SYS_CLKTL_CBCDR 0x59E35100
+
/*-----------------------------------------------------------------------
* FLASH and environment organization
*/