diff mbox

[U-Boot,3/3] imx6: remove redudant CONFIG_SPL_START_S_PATH define

Message ID 1416538210-12374-4-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 IMX6 is arch/arm/cpu/armv7, so setting
CONFIG_SPL_START_S_PATH to arch/arm/cpu/armv7 is totally redundant.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Stefano Babic <sbabic@denx.de>
---

 include/configs/imx6_spl.h | 1 -
 1 file changed, 1 deletion(-)

Comments

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

> The CPU directory of IMX6 is arch/arm/cpu/armv7, so setting
> CONFIG_SPL_START_S_PATH to arch/arm/cpu/armv7 is totally redundant.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Stefano Babic <sbabic@denx.de>

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

Patch

diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h
index 5a5f940..2fb1cc9 100644
--- a/include/configs/imx6_spl.h
+++ b/include/configs/imx6_spl.h
@@ -28,7 +28,6 @@ 
 #define CONFIG_SPL_LDSCRIPT	"arch/arm/cpu/armv7/omap-common/u-boot-spl.lds"
 #define CONFIG_SPL_TEXT_BASE		0x00908000
 #define CONFIG_SPL_MAX_SIZE		0x10000
-#define CONFIG_SPL_START_S_PATH		"arch/arm/cpu/armv7"
 #define CONFIG_SPL_STACK		0x0091FFB8
 #define CONFIG_SPL_LIBCOMMON_SUPPORT
 #define CONFIG_SPL_LIBGENERIC_SUPPORT