FSL: Fix common EEPROM_data structure definition
- Fix EEPROM_data structure definition according to System EEPROM Data Format. - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to bd->bi_ethaddr. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
This commit is contained in:
committed by
Jon Loeliger
parent
6bee764bd6
commit
d59feffb42
@@ -33,7 +33,7 @@ U_BOOT_CMD(
|
||||
"mac - display and program the system ID and MAC addresses in EEPROM\n",
|
||||
"[read|save|id|num|errata|date|ports|0|1|2|3|4|5|6|7]\n"
|
||||
"read\n"
|
||||
" - show content of mac\n"
|
||||
" - show content of EEPROM\n"
|
||||
"mac save\n"
|
||||
" - save to the EEPROM\n"
|
||||
"mac id\n"
|
||||
@@ -43,7 +43,7 @@ U_BOOT_CMD(
|
||||
"mac errata\n"
|
||||
" - program errata data\n"
|
||||
"mac date\n"
|
||||
" - program data date\n"
|
||||
" - program date\n"
|
||||
"mac ports\n"
|
||||
" - program the number of ports\n"
|
||||
"mac 0\n"
|
||||
|
||||
Reference in New Issue
Block a user