summaryrefslogtreecommitdiffstats
path: root/board/sheldon
diff options
context:
space:
mode:
Diffstat (limited to 'board/sheldon')
-rw-r--r--board/sheldon/simpc8313/simpc8313.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sheldon/simpc8313/simpc8313.c b/board/sheldon/simpc8313/simpc8313.c
index 25e5c2409d..1044de2a47 100644
--- a/board/sheldon/simpc8313/simpc8313.c
+++ b/board/sheldon/simpc8313/simpc8313.c
@@ -112,7 +112,7 @@ void board_init_f(ulong bootflag)
puts("NAND boot... ");
init_timebase();
initdram(0);
- relocate_code(CONFIG_SYS_NAND_U_BOOT_RELOC + 0x10000, (gd_t *)gd,
+ relocate_code(CONFIG_SYS_NAND_U_BOOT_RELOC_SP, (gd_t *)gd,
CONFIG_SYS_NAND_U_BOOT_RELOC);
}
OpenPOWER on IntegriCloud