From: Vagrant Cascadian Date: Tue, 9 Feb 2016 03:55:31 +0000 (-0800) Subject: Fix variable documented in README.distro for PXE address. X-Git-Tag: v2016.03-rc2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7101c4ce8d063fba676cc3fc3900b0d1734e6cae;p=u-boot Fix variable documented in README.distro for PXE address. Fixes typo of pxe_addr_r with pxefile_addr_r. Signed-off-by: Vagrant Cascadian Reviewed-by: Stephen Warren --- diff --git a/doc/README.distro b/doc/README.distro index 3715c8c3ba..e1b7216152 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.