From e243adbd76f30783100cafd3bdf89bdb7066bbe7 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Thu, 30 Oct 2014 12:01:25 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- images/Makefile.imx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'images/Makefile.imx') diff --git a/images/Makefile.imx b/images/Makefile.imx index 6b44958157..59b4563a5c 100644 --- a/images/Makefile.imx +++ b/images/Makefile.imx @@ -70,6 +70,16 @@ CFG_start_imx53_vmx53.pblx.imximg = $(board)/freescale-mx53-vmx53/flash-header-i FILE_barebox-freescale-imx53-vmx53.img = start_imx53_vmx53.pblx.imximg image-$(CONFIG_MACH_FREESCALE_MX53_VMX53) += barebox-freescale-imx53-vmx53.img +pblx-$(CONFIG_MACH_GUF_VINCELL) += start_imx53_guf_vincell +CFG_start_imx53_guf_vincell.pblx.imximg = $(board)/guf-vincell/flash-header.imxcfg +FILE_barebox-guf-vincell.img = start_imx53_guf_vincell.pblx.imximg +image-$(CONFIG_MACH_GUF_VINCELL) += barebox-guf-vincell.img + +pblx-$(CONFIG_MACH_GUF_VINCELL) += start_imx53_guf_vincell_lt +CFG_start_imx53_guf_vincell_lt.pblx.imximg = $(board)/guf-vincell/flash-header.imxcfg +FILE_barebox-guf-vincell-lt.img = start_imx53_guf_vincell_lt.pblx.imximg +image-$(CONFIG_MACH_GUF_VINCELL) += barebox-guf-vincell-lt.img + pblx-$(CONFIG_MACH_TQMA53) += start_imx53_mba53_512mib CFG_start_imx53_mba53_512mib.pblx.imximg = $(board)/tqma53/flash-header-tq-tqma53-512mib.imxcfg FILE_barebox-tq-mba53-512mib.img = start_imx53_mba53_512mib.pblx.imximg -- cgit v1.2.3