From: Lothar Waßmann Date: Wed, 2 Jul 2014 12:25:23 +0000 (+0200) Subject: karo: set CONFIG_ARCH_MISC_INIT, so the exception VT will be properly updated after... X-Git-Tag: KARO-TX-2014-07-10~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=ff5f6d371ef18c0e3413c6b6c0c3959aca165763 karo: set CONFIG_ARCH_MISC_INIT, so the exception VT will be properly updated after relocation --- 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