summaryrefslogtreecommitdiffstats
path: root/include/configs/keymile-common.h
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2010-09-30 19:33:19 +0530
committerWolfgang Denk <wd@denx.de>2010-10-13 09:36:07 +0200
commitbeeb2589761d218076b2b5ed5699a08216ca8cf9 (patch)
tree06e12d51a9f3a919f029f1d1ee88f6c320c2a173 /include/configs/keymile-common.h
parent500f2ff52a812d6ffd50b81978375116815f7f5b (diff)
downloadbootable_bootloader_goldelico_gta04-beeb2589761d218076b2b5ed5699a08216ca8cf9.zip
bootable_bootloader_goldelico_gta04-beeb2589761d218076b2b5ed5699a08216ca8cf9.tar.gz
bootable_bootloader_goldelico_gta04-beeb2589761d218076b2b5ed5699a08216ca8cf9.tar.bz2
Kirkwood: dram_init is moved to dram.c
For all Kirkwood boards so far dram_init function is duplicated dram_init function is moved to dram.c and relevant code from all board specific files removed If any board needs specific dram init handling than standard one, then, a macro CONFIG_SYS_BOARD_DRAM_INIT should be defined in board config header file and the dram_init function can be put in board specific source file For ex. keymile boards Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/keymile-common.h')
-rw-r--r--include/configs/keymile-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h
index 6c14ca0..62d21f6 100644
--- a/include/configs/keymile-common.h
+++ b/include/configs/keymile-common.h
@@ -85,6 +85,7 @@
#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
+#define CONFIG_SYS_BOARD_DRAM_INIT /* Used board specific dram_init */
/*
* How to get access to the slot ID. Put this here to make it easy