diff options
Diffstat (limited to 'roms/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg')
-rw-r--r-- | roms/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg b/roms/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg new file mode 100644 index 00000000..bb78cb0c --- /dev/null +++ b/roms/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg @@ -0,0 +1,8 @@ +SECTION 0x0 BOOTABLE + TAG LAST + LOAD 0x1000 spl/u-boot-spl.bin + LOAD IVT 0x8000 0x1000 + CALL HAB 0x8000 0x0 + LOAD 0x40002000 u-boot.bin + LOAD IVT 0x8000 0x40002000 + CALL HAB 0x8000 0x0 |