summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2017-08-22 08:44:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-06 14:31:12 +0200
commit65e38e2d4f31d83d560ef9283e3c2140312f568f (patch)
treec5dd564b68a790a34cfbdbf26bd8f57d0a218fa0 /images
parent5dd0e470230d7819821bfebdec4cd8d3bb292d76 (diff)
downloadbarebox-65e38e2d4f31d83d560ef9283e3c2140312f568f.tar.gz
barebox-65e38e2d4f31d83d560ef9283e3c2140312f568f.tar.xz
arm: dts: am335x: Add phycore emmc device tree
Add a new device tree for phyCORE SOMs with EMMC enabled and NAND disabled. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.am33xx4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/Makefile.am33xx b/images/Makefile.am33xx
index d82627b44e..e86d4e9573 100644
--- a/images/Makefile.am33xx
+++ b/images/Makefile.am33xx
@@ -29,6 +29,10 @@ pblx-$(CONFIG_MACH_PHYTEC_SOM_AM335X) += start_am33xx_phytec_phycore_nand_sdram
FILE_barebox-am33xx-phytec-phycore.img = start_am33xx_phytec_phycore_nand_sdram.pblx
am33xx-barebox-$(CONFIG_MACH_PHYTEC_SOM_AM335X) += barebox-am33xx-phytec-phycore.img
+pblx-$(CONFIG_MACH_PHYTEC_SOM_AM335X) += start_am33xx_phytec_phycore_emmc_sdram
+FILE_barebox-am33xx-phytec-phycore-emmc.img = start_am33xx_phytec_phycore_emmc_sdram.pblx
+am33xx-barebox-$(CONFIG_MACH_PHYTEC_SOM_AM335X) += barebox-am33xx-phytec-phycore-emmc.img
+
pblx-$(CONFIG_MACH_PHYTEC_SOM_AM335X) += start_am33xx_phytec_phycore_nand_no_spi_sdram
FILE_barebox-am33xx-phytec-phycore-no-spi.img = start_am33xx_phytec_phycore_nand_no_spi_sdram.pblx
am33xx-barebox-$(CONFIG_MACH_PHYTEC_SOM_AM335X) += barebox-am33xx-phytec-phycore-no-spi.img