]> Git Repo - u-boot.git/blobdiff - drivers/rtc/isl1208.c
rename CFG_ macros to CONFIG_SYS
[u-boot.git] / drivers / rtc / isl1208.c
index 87f06cc1f7082c96c8febfdc1318b5c3f4f37b96..71f63d5fa006c311fbea7853e794b1735c6167a6 100644 (file)
@@ -153,12 +153,12 @@ void rtc_reset (void)
 
 static uchar rtc_read (uchar reg)
 {
-       return (i2c_reg_read (CFG_I2C_RTC_ADDR, reg));
+       return (i2c_reg_read (CONFIG_SYS_I2C_RTC_ADDR, reg));
 }
 
 static void rtc_write (uchar reg, uchar val)
 {
-       i2c_reg_write (CFG_I2C_RTC_ADDR, reg, val);
+       i2c_reg_write (CONFIG_SYS_I2C_RTC_ADDR, reg, val);
 }
 
 static unsigned bcd2bin (uchar n)
This page took 0.019192 seconds and 4 git commands to generate.