summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-21 11:50:10 +0900
committerTom Rini <trini@ti.com>2014-12-08 09:35:43 -0500
commitb3ef791cebfa8c7469fc2923ee5de7905cb554cf (patch)
treedc924a1ab07c5179358168712c05c7cf62a1685d /include
parentf171218e31ce66489b36b6da3221d4e326f1110f (diff)
downloadtalos-obmc-uboot-b3ef791cebfa8c7469fc2923ee5de7905cb554cf.tar.gz
talos-obmc-uboot-b3ef791cebfa8c7469fc2923ee5de7905cb554cf.zip
imx6: remove redudant CONFIG_SPL_START_S_PATH define
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx6_spl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h
index 9f4e226d4e..1b9c2773be 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
OpenPOWER on IntegriCloud