summaryrefslogtreecommitdiff
path: root/include/configs/M54455EVB.h
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@sysam.it>2017-05-14 22:42:27 +0300
committerAngelo Dureghello <angelo@sysam.it>2017-08-18 02:26:08 +0300
commitc74dda8b44622266feac7a0080a4302dbec052f5 (patch)
tree494d090e439f20ff002d035a61431a0dd26e0323 /include/configs/M54455EVB.h
parent336aee50cf55d4d98ddf3a4412c18286e7f0a4c0 (diff)
downloadu-boot-c74dda8b44622266feac7a0080a4302dbec052f5.tar.xz
m68k: mcf5445x: move early ddr init as board-specific
For certain boot types and sbf, for V4 cpu's, an early ddr/sdram init is required. This patch moves this ddr/sdram early initalization away from start.S (to be board related). Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'include/configs/M54455EVB.h')
-rw-r--r--include/configs/M54455EVB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h
index f1acf07db7..8e0056aebb 100644
--- a/include/configs/M54455EVB.h
+++ b/include/configs/M54455EVB.h
@@ -23,6 +23,8 @@
#define CONFIG_MCFUART
#define CONFIG_SYS_UART_PORT (0)
+#define LDS_BOARD_TEXT board/freescale/m54455evb/sbf_dram_init.o (.text*)
+
#undef CONFIG_WATCHDOG
#define CONFIG_TIMESTAMP /* Print image info with timestamp */