summaryrefslogtreecommitdiffstats
path: root/images/Makefile.imx
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-02-24 11:15:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-20 12:40:40 +0100
commit3da922bb1b8109f8e2d0851e039addddb3a5ecfa (patch)
tree1ca1651c5eeaecde0b6936a3956ce8a50d29b5f0 /images/Makefile.imx
parent5967f594af3817876b331fe8af0f6bdc0c28d9ca (diff)
downloadbarebox-3da922bb1b8109f8e2d0851e039addddb3a5ecfa.tar.gz
barebox-3da922bb1b8109f8e2d0851e039addddb3a5ecfa.tar.xz
ARM: Add ELTEC HiPerCam board support
This adds support for the i.MX6 based Eltec HiPerCam board. This board comes with different i.MX6 flavours and different memory sizes. Currently supported is the i.MX6dl version with 256MB DDR3 RAM. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile.imx')
-rw-r--r--images/Makefile.imx5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index eacc76eaa2..aa30d4a213 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -234,3 +234,8 @@ pblx-$(CONFIG_MACH_GW_VENTANA) += start_imx6q_gw54xx_1gx64
CFG_start_imx6q_gw54xx_1gx64.pblx.imximg = $(board)/gateworks-ventana/flash-header-ventana-quad-1gx64.imxcfg
FILE_barebox-gateworks-imx6q-ventana-1gx64.img = start_imx6q_gw54xx_1gx64.pblx.imximg
image-$(CONFIG_MACH_GW_VENTANA) += barebox-gateworks-imx6q-ventana-1gx64.img
+
+pblx-$(CONFIG_MACH_ELTEC_HIPERCAM) += start_imx6dl_eltec_hipercam
+CFG_start_imx6dl_eltec_hipercam.pblx.imximg = $(board)/eltec-hipercam/flash-header-eltec-hipercam.imxcfg
+FILE_barebox-eltec-hipercam.img = start_imx6dl_eltec_hipercam.pblx.imximg
+image-$(CONFIG_MACH_ELTEC_HIPERCAM) += barebox-eltec-hipercam.img