X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_eeprom.c;h=4a43116e92562cc766cd3a3fbeb577b53bd673b3;hb=26f7621d99e36d947909273b521eb4a8cead0a96;hp=e911377dc6f69674bab11aec5ef9ca078760dddd;hpb=f9a78b8d4f1e9b42eb0563029a22fd6c34390088;p=u-boot diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index e911377dc6..4a43116e92 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -26,7 +26,7 @@ * Support for read and write access to EEPROM like memory devices. This * includes regular EEPROM as well as FRAM (ferroelectic nonvolaile RAM). * FRAM devices read and write data at bus speed. In particular, there is no - * write delay. Also, there is no limit imposed on the numer of bytes that can + * write delay. Also, there is no limit imposed on the number of bytes that can * be transferred with a single read or write. * * Use the following configuration options to ensure no unneeded performance @@ -104,7 +104,7 @@ int do_eeprom ( cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) } } - return cmd_usage(cmdtp); + return CMD_RET_USAGE; } #endif