]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/taishan/update.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / amcc / taishan / update.c
index ed2c196dcf54f7de3cce7eeb941257a973cd455f..96b918be0bac490e31759e3ad2305060d904d358 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;