ARM: mxs: support full SPL framework
authorMans Rullgard <mans@mansr.com>
Sat, 21 Apr 2018 15:11:10 +0000 (16:11 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 27 Apr 2018 07:32:54 +0000 (09:32 +0200)
commit07a8f79ee850b1e59371519f179d32fea171bbec
tree304e4c84f19097badaa4c998e04d7f01b5ea26bf
parent33ea119382d820294e22bc99c4ea32cb5fac1a71
ARM: mxs: support full SPL framework

This allows using the full SPL framework on mxs devices.  In this
mode, the u-boot.sb image loaded by the boot ROM contains only the
SPL which then loads U-Boot proper or a kernel in falcon mode.

Signed-off-by: Mans Rullgard <mans@mansr.com>
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/mxs/Makefile
arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx23.cfg [new file with mode: 0644]
arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg [new file with mode: 0644]
arch/arm/cpu/arm926ejs/mxs/spl_boot.c
include/configs/mxs.h