rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / amcc / taihu / update.c
index 55ad535..52bad56 100644 (file)
@@ -101,7 +101,7 @@ static uchar buf_66[] =
 static int update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char *argv[])
 {
        ulong len = 0x20;
-       uchar chip = CFG_I2C_EEPROM_ADDR;
+       uchar chip = CONFIG_SYS_I2C_EEPROM_ADDR;
        uchar *pbuf;
        uchar base;
        int i;