]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/hymod/bsp.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / hymod / bsp.c
index 12f14020172f3b03c58654585c6388719656920c..1848bb3fcaa643340867f09e3416e13cbe11d458 100644 (file)
@@ -304,7 +304,7 @@ int
 do_eecl (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 {
        uchar data[HYMOD_EEPROM_SIZE];
-       uint addr = CFG_I2C_EEPROM_ADDR;
+       uint addr = CONFIG_SYS_I2C_EEPROM_ADDR;
 
        switch (argc) {