diff options
author | Angelo Dureghello | 2017-05-14 21:42:27 +0200 |
---|---|---|
committer | Angelo Dureghello | 2017-08-18 01:26:08 +0200 |
commit | c74dda8b44622266feac7a0080a4302dbec052f5 (patch) | |
tree | 494d090e439f20ff002d035a61431a0dd26e0323 /board/freescale/m54451evb/Makefile | |
parent | 336aee50cf55d4d98ddf3a4412c18286e7f0a4c0 (diff) |
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 'board/freescale/m54451evb/Makefile')
-rw-r--r-- | board/freescale/m54451evb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/m54451evb/Makefile b/board/freescale/m54451evb/Makefile index 700ea2a74c0..ec4956b8d6a 100644 --- a/board/freescale/m54451evb/Makefile +++ b/board/freescale/m54451evb/Makefile @@ -6,3 +6,4 @@ # obj-y = m54451evb.o +extra-y += sbf_dram_init.o |