diff options
| author | Tom Rini <[email protected]> | 2015-05-20 15:57:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-05-20 15:57:55 -0400 |
| commit | 3238639d40732fe78fd62ae5e080465552e882fc (patch) | |
| tree | b9f0f8565adf69504faf56fc7032068573e5fabe /examples | |
| parent | cb0892b968e52fe0d09b4d51119d8f913685ed3c (diff) | |
| parent | 76ec988b062ed880ab23d0e0d4e9e6c137b55cc3 (diff) | |
Merge git://git.denx.de/u-boot-net
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/standalone/README.smc91111_eeprom | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/standalone/README.smc91111_eeprom b/examples/standalone/README.smc91111_eeprom index a2d52e77703..f73a8d3a581 100644 --- a/examples/standalone/README.smc91111_eeprom +++ b/examples/standalone/README.smc91111_eeprom @@ -27,29 +27,6 @@ To find out who has a MAC address, or to purchase MAC addresses, goto the IEEE, at: http://standards.ieee.org/regauth/oui/index.shtml -To change your MAC address, there can not be a MAC address predefined in -U-Boot. To ensure that this does not occur, check your -include/configs/<board_name>.h file, and check to see that the following -settings are _not_ or commented out there. - -#define HARDCODE_MAC 1 -#define CONFIG_ETHADDR 02:80:ad:20:31:b8 - -The purpose of HARDCODE_MAC is to hardcode the MAC address in software, -(not what we want), or to preset it to 02:80:ad:20:31:b8 (not what we -want either). - -You can check this in a running U-Boot, by doing a power cycle, then -before U-Boot tries to do any networking, running the 'printenv' command - - BOOT> printenv - - ethaddr=02:80:ad:20:31:b8 - -If you see the 'ethaddr' variable show up, like the above, you need to -recompile U-Boot, with the above settings commented out of the -include/configs/<board_name>.h file. - 2. Running the smc91111_eeprom program --------------------------------------------------------------------- |
