diff options
author | Peter Tyser | 2010-10-22 00:20:30 -0500 |
---|---|---|
committer | Kumar Gala | 2010-10-22 02:19:00 -0500 |
commit | 60aaaa0782848062d0f499382035acc09eaff352 (patch) | |
tree | edaf572123907dcbc9badec0a2e45250efb73c3c /include/configs/KUP4K.h | |
parent | 9f949c9ac2c1bb5077a146753e24c7b3fe099991 (diff) |
post/i2c: Rename I2C_ADDR_LIST to CONFIG_SYS_POST_I2C_ADDRS
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Heiko Schocher <hs@denx.de>
Acked-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/KUP4K.h')
-rw-r--r-- | include/configs/KUP4K.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h index 9702d63eb81..c8e0ff287bc 100644 --- a/include/configs/KUP4K.h +++ b/include/configs/KUP4K.h @@ -139,9 +139,9 @@ /* List of I2C addresses to be verified by POST */ -#define I2C_ADDR_LIST {CONFIG_SYS_I2C_PICIO_ADDR, \ - CONFIG_SYS_I2C_RTC_ADDR, \ - } +#define CONFIG_SYS_POST_I2C_ADDRS {CONFIG_SYS_I2C_PICIO_ADDR, \ + CONFIG_SYS_I2C_RTC_ADDR, \ + } #define CONFIG_RTC_PCF8563 /* use Philips PCF8563 RTC */ |