summaryrefslogtreecommitdiffstats
path: root/common/cmd_reiser.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_reiser.c')
-rw-r--r--common/cmd_reiser.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud