mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
6febd8ca5a
commit
7101c4ce8d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue