]> git.baikalelectronics.ru Git - uboot.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)
commited1b5d0abecc9fd9bacb4d2a4e05bde479fc855e
tree494d090e439f20ff002d035a61431a0dd26e0323
parent1bc7ea304e387ae70e16753a73076efa17dbf8d1
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