On 20 January 2016 at 13:14, Ryan Harkin <[email protected]> wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ryan Harkin <[email protected]> > --- > ArmPkg/Application/LinuxLoader/LinuxLoader.uni | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
I'm impressed that we *have* a help string :-) Reviewed-by: Ard Biesheuvel <[email protected]> Committed as SVN r19698 Thanks! > diff --git a/ArmPkg/Application/LinuxLoader/LinuxLoader.uni > b/ArmPkg/Application/LinuxLoader/LinuxLoader.uni > index 5da072d..d8c0f21 100644 > --- a/ArmPkg/Application/LinuxLoader/LinuxLoader.uni > +++ b/ArmPkg/Application/LinuxLoader/LinuxLoader.uni > @@ -43,7 +43,7 @@ > "\r\n" > " -f Path to the RAM root file system.\r\n" > " -a Indicate a Linux kernel with ATAG support.\r\n" > -" -b Path to the Flat Device Tree.\r\n" > +" -d Path to the Flat Device Tree.\r\n" > " -c Linux Kernel command line.\r\n" > "\r\n" > "The 'LinuxLoader.efi' UEFI application is intended to boot Linux Kernel\r\n" > @@ -71,7 +71,7 @@ > " Shell> LinuxLoader fs2:Image -d fs2:fdt.dtb -f fs2:ramdisk.img \\\r\n" > " -c "console=ttyAMA0,115200 earlycon=pl011,0x7ff80000"\r\n" > " or > -" fs2:\> LinuxLoader Image -b fdt.dtb -f ramdisk.img \\\r\n" > +" fs2:\> LinuxLoader Image -d fdt.dtb -f ramdisk.img \\\r\n" > " -c "console=ttyAMA0,115200 earlycon=pl011,0x7ff80000"\r\n" > " * Arguments to pass to the application for the same boot but from\r\n" > " the boot manager, the device path to the 'fs2:' volume being \r\n" > -- > 2.1.4 > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

