summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorChristoph Fritz <chf.fritz@googlemail.com>2020-03-11 12:06:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-03-16 12:28:53 +0100
commite6e12e9368f730d5e50c9495c2332abe2ad6abf0 (patch)
treee6b3267f578e8fa441ac80bd878f5daff0fd3aa5 /images
parent93b1641c02caa2fe0f15d48f03b2362c8a0eee2e (diff)
downloadbarebox-e6e12e9368f730d5e50c9495c2332abe2ad6abf0.tar.gz
barebox-e6e12e9368f730d5e50c9495c2332abe2ad6abf0.tar.xz
ARM: phytec-som-imx6: Add imx6dl with 512mb RAM
This patch adds support for a phyCORE-i.MX 6Solo/DualLight variant with 512mb RAM. Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> Signed-off-by: Stefan Riedmüller <s.riedmueller@phytec.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 59e48bc125..765702f26d 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -293,6 +293,8 @@ $(call build_imx_habv4img, CONFIG_MACH_PHYTEC_SOM_IMX6, start_phytec_phycore_imx
$(call build_imx_habv4img, CONFIG_MACH_PHYTEC_SOM_IMX6, start_phytec_phycore_imx6dl_som_lc_nand_256mb, phytec-som-imx6/flash-header-phytec-pcm058dl-256mb, phytec-phycore-imx6dl-som-lc-nand-256mb)
+$(call build_imx_habv4img, CONFIG_MACH_PHYTEC_SOM_IMX6, start_phytec_phycore_imx6dl_som_emmc_512mb, phytec-som-imx6/flash-header-phytec-pcm058dl-512mb, phytec-phycore-imx6dl-som-emmc-512mb)
+
$(call build_imx_habv4img, CONFIG_MACH_PHYTEC_SOM_IMX6, start_phytec_phycore_imx6dl_som_emmc_1gib, phytec-som-imx6/flash-header-phytec-pcm058dl-1gib, phytec-phycore-imx6dl-som-emmc-1gib)
$(call build_imx_habv4img, CONFIG_MACH_PHYTEC_SOM_IMX6, start_phytec_phycore_imx6dl_som_lc_emmc_1gib, phytec-som-imx6/flash-header-phytec-pcm058dl-1gib, phytec-phycore-imx6dl-som-lc-emmc-1gib)