From 65e38e2d4f31d83d560ef9283e3c2140312f568f Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Tue, 22 Aug 2017 08:44:06 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- images/Makefile.am33xx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'images') 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 -- cgit v1.2.3