mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
7a139959d0
mkimage -T mxs now support new flag in config file: DISPLAYPROGRESS - makes boot process print HTLLC characters for each BootROM instruction. Signed-off-by: Alexey Ignatov <lexszero@gmail.com>
11 lines
313 B
INI
11 lines
313 B
INI
DISPLAYPROGRESS
|
|
SECTION 0x0 BOOTABLE
|
|
TAG LAST
|
|
LOAD 0x1000 spl/u-boot-spl.bin
|
|
LOAD 0x8000 spl/u-boot-spl.ivt
|
|
LOAD 0x8040 spl/u-boot-spl.sig
|
|
CALL HAB 0x8000 0x0
|
|
LOAD 0x40002000 u-boot.bin
|
|
LOAD 0x40001000 u-boot.ivt
|
|
LOAD 0x40001040 u-boot.sig
|
|
CALL HAB 0x40001000 0x0
|