]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: a3m071: remove redundant CONFIG_SPL_* defines
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 21 Nov 2014 02:50:09 +0000 (11:50 +0900)
committerTom Rini <trini@ti.com>
Mon, 8 Dec 2014 14:35:43 +0000 (09:35 -0500)
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>
include/configs/a3m071.h

index 120fdc6659e2677c17264bd746431e49dbe4cd50..d23d2c4cc5dafd9ebb61f981e056c4d5339fd786 100644 (file)
 #define CONFIG_SPL_BOARD_INIT
 #define CONFIG_SPL_NOR_SUPPORT
 #define CONFIG_SPL_TEXT_BASE   0xfc000000
-#define        CONFIG_SPL_START_S_PATH "arch/powerpc/cpu/mpc5xxx"
-#define CONFIG_SPL_LDSCRIPT    "arch/powerpc/cpu/mpc5xxx/u-boot-spl.lds"
 #define CONFIG_SPL_LIBCOMMON_SUPPORT   /* image.c */
 #define CONFIG_SPL_LIBGENERIC_SUPPORT  /* string.c */
 #define CONFIG_SPL_SERIAL_SUPPORT