diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-02-08 19:55:31 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-15 12:04:45 -0500 |
commit | 7101c4ce8d063fba676cc3fc3900b0d1734e6cae (patch) | |
tree | 33e8808bbd9ab0f147f11c0e6d42a5d15f9a11da /doc | |
parent | 6febd8ca5aef84de67a2d7da9450d9385352bd04 (diff) | |
download | u-boot-imx-7101c4ce8d063fba676cc3fc3900b0d1734e6cae.zip u-boot-imx-7101c4ce8d063fba676cc3fc3900b0d1734e6cae.tar.gz u-boot-imx-7101c4ce8d063fba676cc3fc3900b0d1734e6cae.tar.bz2 |
Fix variable documented in README.distro for PXE address.
Fixes typo of pxe_addr_r with pxefile_addr_r.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.distro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.distro b/doc/README.distro index 3715c8c..e1b7216 100644 --- a/doc/README.distro +++ b/doc/README.distro @@ -243,7 +243,7 @@ kernel_addr_r: A size of 16MB for the kernel is likely adequate. -pxe_addr_r: +pxefile_addr_r: Mandatory. The location in RAM where extlinux.conf will be loaded to prior to processing. |