summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2013-07-03 21:08:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-11 09:53:11 +0200
commitd427ee38fbb78654c20a2c46267fc8532dc41eaf (patch)
treea6e94ec9218d7519bef029750d315f27d50b8553 /images
parenta884920c516a3eab0c414b3ac878a55eaa3bb2df (diff)
downloadbarebox-d427ee38fbb78654c20a2c46267fc8532dc41eaf.tar.gz
barebox-d427ee38fbb78654c20a2c46267fc8532dc41eaf.tar.xz
ARM: gk802: Add support for Zealz GK802
Add support for the GK802 'QUAD CORE Mini PC', which seems to be loosely based on the Freescale i.MX6Q HDMI dongle reference design. It is supposedly identical to the Hiapad Hi802. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx6
1 files changed, 6 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index e54be06a72..fff8001535 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -35,3 +35,9 @@ CFG_start_imx6_realq7.pblx.imximg = $(board)/dmo-mx6-realq7/flash-header.imxcfg
imximage-$(CONFIG_MACH_REALQ7) += start_imx6_realq7.pblx.imximg
FILE_barebox-datamodul-edm-qmx6.img = start_imx6_realq7.pblx.imximg
image-$(CONFIG_MACH_REALQ7) += barebox-datamodul-edm-qmx6.img
+
+pblx-$(CONFIG_MACH_GK802) += start_imx6_gk802
+CFG_start_imx6_gk802.pblx.imximg = $(board)/gk802/flash-header.imxcfg
+imximage-$(CONFIG_MACH_GK802) += start_imx6_gk802.pblx.imximg
+FILE_barebox-gk802.img = start_imx6_gk802.pblx.imximg
+image-$(CONFIG_MACH_GK802) += barebox-gk802.img