[PATCH 08/10] bootm: beautify output
Holger Schurig
holgerschurig at gmail.com
Fri May 30 02:06:07 PDT 2014
The output is now ...
Without -v:
Loading ARM Linux zImage '/mnt/linux/arch/arm/boot/zImage'
commandline: console=ttymxc0,115200n8 quiet root=/dev/ram rdinit=/sbin/init
With -v:
Loading ARM Linux zImage '/mnt/linux/arch/arm/boot/zImage'
OS image not yet relocated
Loading initrd GZIP compressed '/mnt/image/boot/initrd.img.gz'
initrd image not yet relocated
Passing control to ARM zImage handler
no OS load address, defaulting to 0x10707000
no initrd load address, defaulting to 0x109c9000
commandline: console=ttymxc0,115200n8 quiet root=/dev/ram rdinit=/sbin/init
Starting kernel at 0x10707000, initrd at 0x109c9000, oftree at 0x10a98000...
More information about the barebox
mailing list