summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2014-09-04 08:50:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-09 09:52:53 +0200
commitd31480132cd94950a2f4e7d8f0fe162751f6acef (patch)
tree383808755a8f8a83fbc23aab64f26913cb27c398 /images
parentaf6aa727672f475cdba713c0041fbc3f47c1bead (diff)
downloadbarebox-d31480132cd94950a2f4e7d8f0fe162751f6acef.tar.gz
barebox-d31480132cd94950a2f4e7d8f0fe162751f6acef.tar.xz
ARM: phyCORE-AM335x: Add support for 2x512MB RAM
Added settings for 1GB RAM option. Signed-off-by: Teresa Gámez <t.gamez@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 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