]> git.ipfire.org Git - people/ms/u-boot.git/commit
m68k: mcf5445x: move early ddr init as board-specific
authorAngelo Dureghello <angelo@sysam.it>
Sun, 14 May 2017 19:42:27 +0000 (21:42 +0200)
committerAngelo Dureghello <angelo@sysam.it>
Thu, 17 Aug 2017 23:26:08 +0000 (01:26 +0200)
commitc74dda8b44622266feac7a0080a4302dbec052f5
tree494d090e439f20ff002d035a61431a0dd26e0323
parent336aee50cf55d4d98ddf3a4412c18286e7f0a4c0
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>
arch/m68k/cpu/mcf5445x/start.S
board/freescale/m54418twr/Makefile
board/freescale/m54418twr/sbf_dram_init.S [new file with mode: 0644]
board/freescale/m54451evb/Makefile
board/freescale/m54451evb/sbf_dram_init.S [new file with mode: 0644]
board/freescale/m54455evb/Makefile
board/freescale/m54455evb/sbf_dram_init.S [new file with mode: 0644]
include/configs/M54418TWR.h
include/configs/M54451EVB.h
include/configs/M54455EVB.h