summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2018-04-21 16:11:10 +0100
committerStefano Babic <sbabic@denx.de>2018-04-27 09:32:54 +0200
commit07a8f79ee850b1e59371519f179d32fea171bbec (patch)
tree304e4c84f19097badaa4c998e04d7f01b5ea26bf /arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg
parent33ea119382d820294e22bc99c4ea32cb5fac1a71 (diff)
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>
Diffstat (limited to 'arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg')
-rw-r--r--arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg b/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg
new file mode 100644
index 0000000000..0d95064ff7
--- /dev/null
+++ b/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg
@@ -0,0 +1,6 @@
+DISPLAYPROGRESS
+SECTION 0x0 BOOTABLE
+ TAG LAST
+ LOAD 0x1000 spl/u-boot-spl.bin
+ LOAD IVT 0x8000 0x1000
+ CALL HAB 0x8000 0x0