summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/karo-tx51
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/karo-tx51')
-rw-r--r--arch/arm/boards/karo-tx51/flash_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/karo-tx51/flash_header.c b/arch/arm/boards/karo-tx51/flash_header.c
index 7d2f97e347..f570348d43 100644
--- a/arch/arm/boards/karo-tx51/flash_header.c
+++ b/arch/arm/boards/karo-tx51/flash_header.c
@@ -39,7 +39,7 @@ struct imx_dcd_entry __dcd_entry_section dcd_entry[] = {
{ .ptr_type = 4, .addr = 0x83fd9014, .val = 0x00000000, },
};
-#define APP_DEST CONFIG_ARCH_TEXT_BASE
+#define APP_DEST 0x90000000
struct imx_flash_header __flash_header_section flash_header = {
.app_code_jump_vector = APP_DEST + 0x1000,