mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-23 15:11:42 +00:00
Fix references to the documentation files
Many boot image configuration files refer to the appropriate documentation file, but these references contain typos in the directory and file name. Fix them. Also fix reference to doc/README.SPL file. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
e4fdcadd8a
commit
b1e6c4c3d4
43 changed files with 43 additions and 43 deletions
|
@ -7,7 +7,7 @@ NAND and bricked (empty) board with only a network cable.
|
|||
|
||||
I. Building the required images
|
||||
1. You have to enable generic SPL configuration options (see
|
||||
docs/README.SPL) as well as CONFIG_SPL_NET_SUPPORT,
|
||||
doc/README.SPL) as well as CONFIG_SPL_NET_SUPPORT,
|
||||
CONFIG_ETH_SUPPORT, CONFIG_SPL_LIBGENERIC_SUPPORT and
|
||||
CONFIG_SPL_LIBCOMMON_SUPPORT in your board configuration file to build
|
||||
SPL with support for booting over the network. Also you have to enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue