summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2014-10-30 12:01:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-13 07:19:59 +0200
commite243adbd76f30783100cafd3bdf89bdb7066bbe7 (patch)
tree03d50ac97942b13158f7982de34a02f997678d26 /arch/arm/mach-imx
parent382090ed7d0428e11536e6fcf80404f04095ba9f (diff)
downloadbarebox-e243adbd76f30783100cafd3bdf89bdb7066bbe7.tar.gz
barebox-e243adbd76f30783100cafd3bdf89bdb7066bbe7.tar.xz
ARM: vincell: move to DT probing
This enabled multi image support for the Garz&Fricke Vincell board. Also it adds the Vincell-LT as a second image with a separate device tree. Previously we used the same image on both the Vincell and the Vincell-LT image since the differences are not that significant for barebox. Still this was good for quite some confusion internally, so let's properly introduce a second image. Signed-off-by: Steffen Trumtrar <s.trumtrar@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/Kconfig10
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index f8f6004630..631333f271 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -29,7 +29,6 @@ config ARCH_TEXT_BASE
default 0x97f00000 if MACH_CCMX51
default 0x4fc00000 if MACH_SABRELITE
default 0x8fe00000 if MACH_TX53
- default 0x7fc00000 if MACH_GUF_VINCELL
default 0x97f00000 if MACH_EFIKA_MX_SMARTBOOK
default 0x17800000 if MACH_SABRESD
default 0x4fc00000 if MACH_REALQ7
@@ -251,6 +250,10 @@ config MACH_FREESCALE_MX53_LOCO
select I2C_IMX
select MFD_MC13XXX
+config MACH_GUF_VINCELL
+ bool "Garz-Fricke Vincell"
+ select ARCH_IMX53
+
config MACH_TQMA53
bool "TQ i.MX53 TQMa53"
select ARCH_IMX53
@@ -533,11 +536,6 @@ config MACH_TX53
help
Say Y here if you are using the Ka-Ro tx53 board
-config MACH_GUF_VINCELL
- bool "Garz-Fricke Vincell"
- select ARCH_IMX53
- select HAVE_DEFAULT_ENVIRONMENT_NEW
-
endchoice
# ----------------------------------------------------------