diff mbox

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

Message ID 1416538210-12374-3-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada Nov. 21, 2014, 2:50 a.m. UTC
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>
---

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

Comments

Stefan Roese Nov. 21, 2014, 8:23 a.m. UTC | #1
On 21.11.2014 03:50, Masahiro Yamada wrote:
> 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>

Thanks,
Stefan
Tom Rini Dec. 8, 2014, 9:42 p.m. UTC | #2
On Fri, Nov 21, 2014 at 11:50:09AM +0900, Masahiro Yamada wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

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