summaryrefslogtreecommitdiffstats
path: root/board/amcc/taishan/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/taishan/update.c')
-rw-r--r--board/amcc/taishan/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/taishan/update.c b/board/amcc/taishan/update.c
index ed2c196dcf..96b918be0b 100644
--- a/board/amcc/taishan/update.c
+++ b/board/amcc/taishan/update.c
@@ -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;
OpenPOWER on IntegriCloud