summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2022-02-11 11:02:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-16 12:41:32 +0100
commit2efa9e490569f909c6ba796d192b623ec9766b82 (patch)
tree02c9235caeb79177541fe94ed74f32f03b186461 /images
parentcff9f913da37035ed627cc535bfab6099d69fbb2 (diff)
downloadbarebox-2efa9e490569f909c6ba796d192b623ec9766b82.tar.gz
barebox-2efa9e490569f909c6ba796d192b623ec9766b82.tar.xz
ARM: imx: add support for TQMa6UL SoM on MBa6ulxl
Add support for a TQMA6UL2L SoM on top of a MBa6ulxl baseboard. The imxcfg header is for the LGA variant, the downstream U-Boot has an ifdef for another "standard" variant, however this is not included here since I don't have hardware to test. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Link: https://lore.barebox.org/20220211100224.2395887-1-r.czerwinski@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 1dffab989e..18cabbf041 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -180,6 +180,8 @@ $(call build_imx_habv4img, CONFIG_MACH_TQMA6X, start_imx6dl_mba6x, tqma6x/flash-
$(call build_imx_habv4img, CONFIG_MACH_TQMA6X, start_imx6q_mba6x, tqma6x/flash-header-tqma6q, tq-tqma6q-mba6x)
+$(call build_imx_habv4img, CONFIG_MACH_TQMA6UL, start_imx6ul_mba6ulx, tqma6ulx/flash-header-imx6ul-tqma6ulx, tq-tqma6ul-mba6ulx)
+
$(call build_imx_habv4img, CONFIG_MACH_PHYTEC_SOM_IMX6, start_phytec_pbab01_4gib, phytec-som-imx6/flash-header-phytec-pfla02-4gib, phytec-pbab01-4gib)
$(call build_imx_habv4img, CONFIG_MACH_PHYTEC_SOM_IMX6, start_phytec_pbab01_2gib, phytec-som-imx6/flash-header-phytec-pfla02-2gib, phytec-pbab01-2gib)