From d31480132cd94950a2f4e7d8f0fe162751f6acef Mon Sep 17 00:00:00 2001 From: Teresa Gámez Date: Thu, 4 Sep 2014 08:50:39 +0200 Subject: ARM: phyCORE-AM335x: Add support for 2x512MB RAM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added settings for 1GB RAM option. Signed-off-by: Teresa Gámez Signed-off-by: Sascha Hauer --- images/Makefile.am33xx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'images/Makefile.am33xx') diff --git a/images/Makefile.am33xx b/images/Makefile.am33xx index c1f19c181f..d24338e160 100644 --- a/images/Makefile.am33xx +++ b/images/Makefile.am33xx @@ -23,6 +23,10 @@ pblx-$(CONFIG_MACH_PCM051) += start_am33xx_phytec_phycore_sram_512mb FILE_barebox-am33xx-phytec-phycore-mlo-512mb.img = start_am33xx_phytec_phycore_sram_512mb.pblx.mlo am33xx-mlo-$(CONFIG_MACH_PCM051) += barebox-am33xx-phytec-phycore-mlo-512mb.img +pblx-$(CONFIG_MACH_PCM051) += start_am33xx_phytec_phycore_sram_2x512mb +FILE_barebox-am33xx-phytec-phycore-mlo-2x512mb.img = start_am33xx_phytec_phycore_sram_2x512mb.pblx.mlo +am33xx-mlo-$(CONFIG_MACH_PCM051) += barebox-am33xx-phytec-phycore-mlo-2x512mb.img + pblx-$(CONFIG_MACH_BEAGLEBONE) += start_am33xx_beaglebone_sdram FILE_barebox-am33xx-beaglebone.img = start_am33xx_beaglebone_sdram.pblx am33xx-barebox-$(CONFIG_MACH_BEAGLEBONE) += barebox-am33xx-beaglebone.img -- cgit v1.2.3