Skip to content

Commit 53b7f18

Browse files
Fabio Estevamsbabic
Fabio Estevam
authored andcommittedNov 20, 2014
mx6: Use a common SPL configuration file
Many boards use a minimal .cfg file in the SPL case. Introduce spl_sd.cfg so that we can reuse it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
1 parent 7d29acd commit 53b7f18

File tree

6 files changed

+4
-40
lines changed

6 files changed

+4
-40
lines changed
 

‎board/compulab/cm_fx6/imximage.cfg ‎arch/arm/imx-common/spl_sd.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* SPDX-License-Identifier: GPL-2.0+
55
*/
66

7-
IMAGE_VERSION 2
7+
IMAGE_VERSION 2
88
BOOT_FROM sd

‎board/freescale/mx6sabresd/mx6sabresd_spl.cfg

-20
This file was deleted.

‎board/kosagi/novena/setup.cfg

-16
This file was deleted.

‎configs/cm_fx6_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONFIG_SPL=y
2-
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/compulab/cm_fx6/imximage.cfg,MX6QDL,SPL"
2+
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL"
33
+S:CONFIG_ARM=y
44
+S:CONFIG_TARGET_CM_FX6=y

‎configs/mx6sabresd_spl_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CONFIG_SPL=y
2-
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6sabresd_spl.cfg,SPL,MX6Q"
2+
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,SPL,MX6Q"
33
+S:CONFIG_ARM=y
44
+S:CONFIG_TARGET_MX6SABRESD=y
55

‎configs/novena_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONFIG_SPL=y
2-
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/kosagi/novena/setup.cfg,MX6Q"
2+
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6Q"
33
+S:CONFIG_ARM=y
44
+S:CONFIG_TARGET_KOSAGI_NOVENA=y

0 commit comments

Comments
 (0)