diff options
author | Ryan Harkin <ryan.harkin@linaro.org> | 2016-01-20 14:55:58 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2016-01-20 14:55:58 +0000 |
commit | 4cd75dd0276baa0803be4fa5590baad5e79cb916 (patch) | |
tree | d96eb0e7d9b4ce4c8a791fe4932de22c780e91e9 /ArmPkg | |
parent | 8d0776f3e60482ed621e45b2b52db8a604d7e5a2 (diff) | |
download | edk2-4cd75dd0276baa0803be4fa5590baad5e79cb916.tar.gz edk2-4cd75dd0276baa0803be4fa5590baad5e79cb916.tar.bz2 edk2-4cd75dd0276baa0803be4fa5590baad5e79cb916.zip |
ArmPkg: LinuxLoader: fix typo in help string
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19698 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg')
-rw-r--r-- | ArmPkg/Application/LinuxLoader/LinuxLoader.uni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Application/LinuxLoader/LinuxLoader.uni b/ArmPkg/Application/LinuxLoader/LinuxLoader.uni index 5da072deec..d8c0f213c8 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"
|