X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=common%2Fcmd_eeprom.c;h=e598bf1ec43540102caec79328729b2a5a60bbd5;hb=2fb2604d5c20beb061b0a94282b7f6eb14d00cb8;hp=c59227d6049335ad94ec4c9dc0b8bd5e432e18f4;hpb=79621bc10ba8b8c45d348994aba5b9e4923cb77b;p=karo-tx-uboot.git diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index c59227d604..e598bf1ec4 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -425,7 +425,7 @@ void eeprom_init (void) #ifdef CONFIG_SYS_I2C_MULTI_EEPROMS U_BOOT_CMD( eeprom, 6, 1, do_eeprom, - "eeprom - EEPROM sub-system\n", + "EEPROM sub-system", "read devaddr addr off cnt\n" "eeprom write devaddr addr off cnt\n" " - read/write `cnt' bytes from `devaddr` EEPROM at offset `off'\n" @@ -433,7 +433,7 @@ U_BOOT_CMD( #else /* One EEPROM */ U_BOOT_CMD( eeprom, 5, 1, do_eeprom, - "eeprom - EEPROM sub-system\n", + "EEPROM sub-system", "read addr off cnt\n" "eeprom write addr off cnt\n" " - read/write `cnt' bytes at EEPROM offset `off'\n"