[U-Boot] [PATCH 2/3] powerpc: a3m071: remove redundant CONFIG_SPL_* defines

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Nov 21 03:50:09 CET 2014


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 at jp.panasonic.com>
Cc: Stefan Roese <sr at denx.de>
---

 include/configs/a3m071.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h
index a4050f3..565f258 100644
--- a/include/configs/a3m071.h
+++ b/include/configs/a3m071.h
@@ -416,8 +416,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
-- 
1.9.1



More information about the U-Boot mailing list