[U-Boot] [PATCH] 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 ---
doc/README.distro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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.

On 02/08/2016 08:55 PM, Vagrant Cascadian wrote:
Fixes typo of pxe_addr_r with pxefile_addr_r.
Reviewed-by: Stephen Warren swarren@wwwdotorg.org

On Mon, Feb 08, 2016 at 07:55:31PM -0800, Vagrant Cascadian wrote:
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
Applied to u-boot/master, thanks!
participants (3)
-
Stephen Warren
-
Tom Rini
-
Vagrant Cascadian