
14 Apr
2014
14 Apr
'14
2:07 p.m.
Am 2014-04-01 20:09, schrieb Michael Walle:
Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb blob loading to all existing boot scripts, dtb filenames were taken from vanilla kernel. Introduce new boot script bootcmd_legacy, which only loads a kernel and a ramdisk. Make this the default boot script. This should also restore the behaviour of the original bootloader.
Cc: Prafulla Wadaskar prafulla@marvell.com Cc: Tom Rini trini@ti.com Signed-off-by: Michael Walle michael@walle.cc
Changes v2:
- use CONFIG_CMD_FS_GENERIC and load commands (suggested by Tom Rini)
- use loadaddresses at offsets 8MB and 16MB, leaving ~8MB for the
kernel please note that the kernel is copied to 0x8000 anyway.
ping :)