projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6febd8c
)
Fix variable documented in README.distro for PXE address.
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 9 Feb 2016 03:55:31 +0000
(19:55 -0800)
committer
Tom Rini
<trini@konsulko.com>
Mon, 15 Feb 2016 17:04:45 +0000
(12:04 -0500)
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>
doc/README.distro
patch
|
blob
|
history
diff --git
a/doc/README.distro
b/doc/README.distro
index 3715c8c3bad7339c41a9da7e1f11fd6d4f902a08..e1b72161521fa8728fde85955ef102b81e19ae22 100644
(file)
--- 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:
+pxe
file
_addr_r:
Mandatory. The location in RAM where extlinux.conf will be loaded to prior
to processing.