diff options
| author | Anatolij Gustschin <[email protected]> | 2013-04-30 11:15:33 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-05-10 08:16:33 -0400 |
| commit | b1e6c4c3d4a2b394096766d959aaa9b51a38099b (patch) | |
| tree | f0bdd054bc180010fa87b3f744a8e1f39d7d6935 /doc/SPL | |
| parent | e4fdcadd8a6eedb1edaabbc85c782b43d4e80fe2 (diff) | |
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 <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
Cc: Stefano Babic <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'doc/SPL')
| -rw-r--r-- | doc/SPL/README.am335x-network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SPL/README.am335x-network b/doc/SPL/README.am335x-network index e5a198f49cc..9b63791ad1e 100644 --- a/doc/SPL/README.am335x-network +++ b/doc/SPL/README.am335x-network @@ -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 |
