]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/taishan/update.c
General help message cleanup
[people/ms/u-boot.git] / board / amcc / taishan / update.c
index ed2c196dcf54f7de3cce7eeb941257a973cd455f..aab3a6577c054a976d5ed61d1b591a473da81384 100644 (file)
@@ -51,7 +51,7 @@ const uchar bootstrap_buf[16] = {
 static int update_boot_eeprom(void)
 {
        ulong len = 0x10;
-       uchar chip = CFG_BOOTSTRAP_IIC_ADDR;
+       uchar chip = CONFIG_SYS_BOOTSTRAP_IIC_ADDR;
        uchar *pbuf = (uchar *)bootstrap_buf;
        int ii, jj;
 
@@ -74,5 +74,5 @@ int do_update_boot_eeprom(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(update_boot_eeprom, 1, 1, do_update_boot_eeprom,
-          "update_boot_eeprom  - update bootstrap eeprom content\n", NULL);
+          "update bootstrap eeprom content", "");
 #endif