Commit f171218e31ce66489b36b6da3221d4e326f1110f

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 8519227923

powerpc: a3m071: remove redundant CONFIG_SPL_* defines

The CPU directory of this board is arch/powerpc/cpu/mpc5xxx.
Without the CONFIG_SPL_START_S_PATH and CONFIG_SPL_LDSCRIPT defines,
the same start.o and u-boot-spl.lds are selected by default.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Stefan Roese <sr@denx.de>
Acked-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

include/configs/a3m071.h
... ... @@ -418,8 +418,6 @@
418 418 #define CONFIG_SPL_BOARD_INIT
419 419 #define CONFIG_SPL_NOR_SUPPORT
420 420 #define CONFIG_SPL_TEXT_BASE 0xfc000000
421   -#define CONFIG_SPL_START_S_PATH "arch/powerpc/cpu/mpc5xxx"
422   -#define CONFIG_SPL_LDSCRIPT "arch/powerpc/cpu/mpc5xxx/u-boot-spl.lds"
423 421 #define CONFIG_SPL_LIBCOMMON_SUPPORT /* image.c */
424 422 #define CONFIG_SPL_LIBGENERIC_SUPPORT /* string.c */
425 423 #define CONFIG_SPL_SERIAL_SUPPORT