From ff5f6d371ef18c0e3413c6b6c0c3959aca165763 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Wed, 2 Jul 2014 14:25:23 +0200 Subject: [PATCH] karo: set CONFIG_ARCH_MISC_INIT, so the exception VT will be properly updated after relocation --- include/configs/tx28.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tx28.h b/include/configs/tx28.h index baadc733fd..405de39a1c 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -30,6 +30,7 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SHOW_ACTIVITY #define CONFIG_ARCH_CPU_INIT +#define CONFIG_ARCH_MISC_INIT /* init vector table after relocation */ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_BOARD_LATE_INIT @@ -303,7 +304,6 @@ /* Defines for SPL */ #define CONFIG_SPL -#define CONFIG_SPL_NO_CPU_SUPPORT_CODE #define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mxs" #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" #define CONFIG_SPL_LIBCOMMON_SUPPORT -- 2.39.2