summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-21 11:50:09 +0900
committerTom Rini <trini@ti.com>2014-12-08 09:35:43 -0500
commitf171218e31ce66489b36b6da3221d4e326f1110f (patch)
tree97da2e3f15b67dff3d1d0ff51fcc706fbe0da756 /include
parent8519227923f724c5166e3f7f51d8d1d6d39a8426 (diff)
downloadtalos-obmc-uboot-f171218e31ce66489b36b6da3221d4e326f1110f.tar.gz
talos-obmc-uboot-f171218e31ce66489b36b6da3221d4e326f1110f.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/a3m071.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h
index 120fdc6659..d23d2c4cc5 100644
--- a/include/configs/a3m071.h
+++ b/include/configs/a3m071.h
@@ -418,8 +418,6 @@
#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
OpenPOWER on IntegriCloud