From 988529745efb0f675edf07c5459fa673bdfbfa9d Mon Sep 17 00:00:00 2001 From: John Tobias Date: Wed, 12 Nov 2014 14:27:41 -0800 Subject: imx6: add spl config for mx6sabresd add a build configuration file for mx6sabresd with spl support Signed-off-by: John Tobias --- configs/mx6sabresd_spl_defconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/mx6sabresd_spl_defconfig (limited to 'configs') diff --git a/configs/mx6sabresd_spl_defconfig b/configs/mx6sabresd_spl_defconfig new file mode 100644 index 0000000000..b7b26df8ac --- /dev/null +++ b/configs/mx6sabresd_spl_defconfig @@ -0,0 +1,5 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6sabresd_spl.cfg,SPL,MX6Q" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_MX6SABRESD=y + -- cgit v1.2.1 From 05d492a3235df397da6200294ea2a802749372a8 Mon Sep 17 00:00:00 2001 From: Soeren Moch Date: Mon, 3 Nov 2014 13:57:01 +0100 Subject: arm: mx6: add support for TBS2910 Matrix ARM miniPC Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Signed-off-by: Soeren Moch --- configs/tbs2910_defconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/tbs2910_defconfig (limited to 'configs') diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig new file mode 100644 index 0000000000..602d691d77 --- /dev/null +++ b/configs/tbs2910_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q" +CONFIG_ARM=y +CONFIG_TARGET_TBS2910=y -- cgit v1.2.1