summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2013-11-18 12:06:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-20 07:19:16 +0100
commit9f888766d565092368216f654f14e0e0c6c047f0 (patch)
treef78bd78e6225be1164da13d85cedbf6d9002eabc /arch/arm/mach-imx
parent1c8608cf58c9c8f15edd6ab531bb021ad12a7d23 (diff)
downloadbarebox-9f888766d565092368216f654f14e0e0c6c047f0.tar.gz
barebox-9f888766d565092368216f654f14e0e0c6c047f0.tar.xz
ARM i.MX6: sabrelite: switch to multi image support
The image will be named after the official name of this board: barebox-freescale-mx6-sabreline.img Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 9a68e7bc5c..af626ae564 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -223,6 +223,7 @@ config MACH_SABRELITE
bool "Freescale i.MX6 Sabre Lite"
select ARCH_IMX6
select HAVE_DEFAULT_ENVIRONMENT_NEW
+ select HAVE_PBL_MULTI_IMAGES
endif