mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 14:51:35 +00:00
arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option
At present this is defined in Kconfig but there is a separate one in the CONFIG whitelist. It looks like these are duplicates. Rename the non-Kconfig one and remove it from the whitelist. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
9da3776bf6
commit
535e07846a
3 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@ extra-y = start.o
|
||||||
obj-y = cpu.o cache.o
|
obj-y = cpu.o cache.o
|
||||||
|
|
||||||
ifdef CONFIG_SPL_BUILD
|
ifdef CONFIG_SPL_BUILD
|
||||||
ifdef CONFIG_SPL_NO_CPU_SUPPORT_CODE
|
ifdef CONFIG_SPL_NO_CPU_SUPPORT
|
||||||
extra-y :=
|
extra-y :=
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
/* SPL */
|
/* SPL */
|
||||||
#ifndef CONFIG_SPL_FRAMEWORK
|
#ifndef CONFIG_SPL_FRAMEWORK
|
||||||
#define CONFIG_SPL_NO_CPU_SUPPORT_CODE
|
#define CONFIG_SPL_NO_CPU_SUPPORT
|
||||||
#define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mxs"
|
#define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mxs"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1721,7 +1721,6 @@ CONFIG_SPL_NAND_MINIMAL
|
||||||
CONFIG_SPL_NAND_RAW_ONLY
|
CONFIG_SPL_NAND_RAW_ONLY
|
||||||
CONFIG_SPL_NAND_SOFTECC
|
CONFIG_SPL_NAND_SOFTECC
|
||||||
CONFIG_SPL_NAND_WORKSPACE
|
CONFIG_SPL_NAND_WORKSPACE
|
||||||
CONFIG_SPL_NO_CPU_SUPPORT_CODE
|
|
||||||
CONFIG_SPL_PAD_TO
|
CONFIG_SPL_PAD_TO
|
||||||
CONFIG_SPL_PANIC_ON_RAW_IMAGE
|
CONFIG_SPL_PANIC_ON_RAW_IMAGE
|
||||||
CONFIG_SPL_PBL_PAD
|
CONFIG_SPL_PBL_PAD
|
||||||
|
|
Loading…
Add table
Reference in a new issue