diff mbox

[U-Boot] Fix variable documented in README.distro for PXE address.

Message ID 1454990131-5030-1-git-send-email-vagrant@debian.org
State Accepted
Commit 7101c4ce8d063fba676cc3fc3900b0d1734e6cae
Delegated to: Tom Rini
Headers show

Commit Message

Vagrant Cascadian Feb. 9, 2016, 3:55 a.m. UTC
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(-)

Comments

Stephen Warren Feb. 9, 2016, 5:33 a.m. UTC | #1
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>
Tom Rini Feb. 15, 2016, 10:34 p.m. UTC | #2
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!
diff mbox

Patch

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.