summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-11-14 09:37:02 -0200
committerStefano Babic <sbabic@denx.de>2014-11-20 10:30:18 +0100
commit53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c (patch)
tree1745d6f2d2eb511e1a819aaeb02996650bd9e1ab /arch/arm/imx-common
parent7d29acd9b72128d153707c1a71bcd692b42f791c (diff)
downloadtalos-obmc-uboot-53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c.tar.gz
talos-obmc-uboot-53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c.zip
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>
Diffstat (limited to 'arch/arm/imx-common')
-rw-r--r--arch/arm/imx-common/spl_sd.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/imx-common/spl_sd.cfg b/arch/arm/imx-common/spl_sd.cfg
new file mode 100644
index 0000000000..5fc3e8af38
--- /dev/null
+++ b/arch/arm/imx-common/spl_sd.cfg
@@ -0,0 +1,8 @@
+/*
+ * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+IMAGE_VERSION 2
+BOOT_FROM sd
OpenPOWER on IntegriCloud