]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_ext2.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / common / cmd_ext2.c
index cfd4f645eca64612b9ab2462758e6ebde6ba4e44..9c43792f328ec23530b3d86a726b9f34375cda5e 100644 (file)
@@ -142,7 +142,7 @@ int do_ext2load (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
                if (addr_str != NULL) {
                        addr = simple_strtoul (addr_str, NULL, 16);
                } else {
-                       addr = CFG_LOAD_ADDR;
+                       addr = CONFIG_SYS_LOAD_ADDR;
                }
                filename = getenv ("bootfile");
                count = 0;