summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2014-11-11 15:40:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-20 14:56:40 +0100
commit50bd3ea2404088bec51ad88d5087752d19aeb01b (patch)
tree0aedbd4942be2a8bbaae2d60e4ae393c94192d27 /images
parent96f77e4e5d6d0b5cc5fe637ecb55c6c50bfa923b (diff)
downloadbarebox-50bd3ea2404088bec51ad88d5087752d19aeb01b.tar.gz
barebox-50bd3ea2404088bec51ad88d5087752d19aeb01b.tar.xz
imx6: add support for phyBOARD-ALCOR
Add support for phyBOARD-ALCOR which use a phyFLEX-i.MX6 (pfla02) module. - i.MX6 Quad with 1GB RAM on two banks Signed-off-by: Christian Hemp <c.hemp@phytec.de> 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 23a3d667fa..cc13a72ca7 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -115,6 +115,11 @@ CFG_start_phytec_pbab01s_512mb.pblx.imximg = $(board)/phytec-phyflex-imx6/flash-
FILE_barebox-phytec-pbab01s-512mb.img = start_phytec_pbab01s_512mb.pblx.imximg
image-$(CONFIG_MACH_PHYTEC_PFLA02) += barebox-phytec-pbab01s-512mb.img
+pblx-$(CONFIG_MACH_PHYTEC_PFLA02) += start_phytec_phyboard_alcor_1gib
+CFG_start_phytec_phyboard_alcor_1gib.pblx.imximg = $(board)/phytec-phyflex-imx6/flash-header-phytec-pfla02-1gib.imxcfg
+FILE_barebox-phytec-phyboard-alcor-1gib.img = start_phytec_phyboard_alcor_1gib.pblx.imximg
+image-$(CONFIG_MACH_PHYTEC_PFLA02) += barebox-phytec-phyboard-alcor-1gib.img
+
pblx-$(CONFIG_MACH_DFI_FS700_M60) += start_imx6dl_dfi_fs700_m60_6s
CFG_start_imx6dl_dfi_fs700_m60_6s.pblx.imximg = $(board)/dfi-fs700-m60/flash-header-fs700-m60-6s.imxcfg
FILE_barebox-dfi-fs700-m60-6s.img = start_imx6dl_dfi_fs700_m60_6s.pblx.imximg