From 5e7d1e055263db3299101fd8e89e100a1a333b90 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 30 Dec 2014 17:23:58 +0800 Subject: [PATCH] imx:mx6sxsabresd add spl config file Add a SPL default configuration file for mx6sxsabresd board. Signed-off-by: Peng Fan --- configs/mx6sxsabresd_spl_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/mx6sxsabresd_spl_defconfig diff --git a/configs/mx6sxsabresd_spl_defconfig b/configs/mx6sxsabresd_spl_defconfig new file mode 100644 index 0000000000..6b36e06a85 --- /dev/null +++ b/configs/mx6sxsabresd_spl_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6SX" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_MX6SXSABRESD=y -- 2.39.2