Use correct spelling of "U-Boot"
Correct spelling of "U-Boot" shall be used in all written text (documentation, comments in source files etc.). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
committed by
Anatolij Gustschin
parent
94985cc9d3
commit
a187559e3d
@@ -7,14 +7,14 @@ EEPROMs.
|
||||
|
||||
Contents:
|
||||
------------------------
|
||||
1. Ensuring U-boot's MAC address can be set in hardware
|
||||
1. Ensuring U-Boot's MAC address can be set in hardware
|
||||
2. Running the smc91111_eeprom program
|
||||
3. Setting MAC addresses
|
||||
4. Other things you can do with this
|
||||
5. Things to be done.
|
||||
|
||||
|
||||
1. Ensuring U-boot's MAC address can be set in hardware
|
||||
1. Ensuring U-Boot's MAC address can be set in hardware
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
On the Internet - MAC addresses are very important. Short for Media
|
||||
@@ -130,14 +130,14 @@ SMC91111>
|
||||
The MAC address can be stored in four locations:
|
||||
|
||||
-Boot environmental variable in Flash <- can not change, without
|
||||
re-flashing U-boot.
|
||||
re-flashing U-Boot.
|
||||
U-Boot environmental variable <- can not change, without
|
||||
resetting board/U-Boot
|
||||
LAN91C111 Registers <- volatile
|
||||
LAN91C111 EEPROM <- Non-volatile
|
||||
|
||||
If you have not activated the network, and do not have a hardcoded
|
||||
or pre-assigned MAC address in U-boot, the environmental variables
|
||||
or pre-assigned MAC address in U-Boot, the environmental variables
|
||||
should be blank, and allow you to set things one time.
|
||||
|
||||
To set the EEPROM MAC address to 12:34:56:78:9A:BC
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Heavily borrowed from the following peoples GPL'ed software:
|
||||
* - Wolfgang Denk, DENX Software Engineering, wd@denx.de
|
||||
* Das U-boot
|
||||
* Das U-Boot
|
||||
* - Ladislav Michl ladis@linux-mips.org
|
||||
* A rejected patch on the U-Boot mailing list
|
||||
*/
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* Based on smc91111_eeprom.c which:
|
||||
* Heavily borrowed from the following peoples GPL'ed software:
|
||||
* - Wolfgang Denk, DENX Software Engineering, wd@denx.de
|
||||
* Das U-boot
|
||||
* Das U-Boot
|
||||
* - Ladislav Michl ladis@linux-mips.org
|
||||
* A rejected patch on the U-Boot mailing list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user