summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAnees Rehman <anees.rehman@atlascopco.com>2020-08-04 23:41:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-10 11:32:44 +0200
commite0bb3667bb37d9dccb5ddcb96e987df25ecb188b (patch)
tree0157d6f977a04fa66de8767a531fa7ef299361eb /images
parenta4d517e0f2f3fd3139260ece2639be8e272b05da (diff)
downloadbarebox-e0bb3667bb37d9dccb5ddcb96e987df25ecb188b.tar.gz
barebox-e0bb3667bb37d9dccb5ddcb96e987df25ecb188b.tar.xz
ARM: i.MX: Add atlascopco sxb board
Signed-off-by: Anees Rehman <anees.r3hman@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 586197906c..7b24e5fee6 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -374,6 +374,11 @@ FILE_barebox-zii-vf610-dev.img = start_zii_vf610_dev.pblb.imximg
image-$(CONFIG_MACH_ZII_VF610_DEV) += barebox-zii-vf610-dev.img
# ----------------------- i.MX7 based boards ---------------------------
+pblb-$(CONFIG_MACH_AC_SXB) += start_ac_sxb
+CFG_start_ac_sxb.pblb.imximg = $(board)/ac-sxb/flash-header-mx7d-lpddr2.imxcfg
+FILE_barebox-ac-sxb.img = start_ac_sxb.pblb.imximg
+image-$(CONFIG_MACH_AC_SXB) += barebox-ac-sxb.img
+
pblb-$(CONFIG_MACH_FREESCALE_MX7_SABRESD) += start_imx7d_sabresd
CFG_start_imx7d_sabresd.pblb.imximg = $(board)/freescale-mx7-sabresd/flash-header-mx7-sabresd.imxcfg
FILE_barebox-freescale-mx7-sabresd.img = start_imx7d_sabresd.pblb.imximg