X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=common%2Fcmd_reiser.c;h=4f4117ec7095e0d26f435e7ca463befb68631255;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=b7395d7959f366ac9d756b815e48e216abf40b0d;hpb=521dcd30b9cc5b72cd27ae04104f19369251aa20;p=karo-tx-uboot.git diff --git a/common/cmd_reiser.c b/common/cmd_reiser.c index b7395d7959..4f4117ec70 100644 --- a/common/cmd_reiser.c +++ b/common/cmd_reiser.c @@ -128,7 +128,7 @@ int do_reiserload (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;