summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-11 11:53:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-23 08:40:32 +0200
commit9fc58d665eeb8a25b2f4ae43740be4e758db01be (patch)
tree270abf83396d635d1a09d74269328e330bace7b8 /images
parente07ddb8b97b07160376245d6b45c776bafe5b286 (diff)
downloadbarebox-9fc58d665eeb8a25b2f4ae43740be4e758db01be.tar.gz
barebox-9fc58d665eeb8a25b2f4ae43740be4e758db01be.tar.xz
ARM: SoCFPGA: Add EBV SoCrates board support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.socfpga8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/Makefile.socfpga b/images/Makefile.socfpga
index 66aec9daf1..5eed83c2d9 100644
--- a/images/Makefile.socfpga
+++ b/images/Makefile.socfpga
@@ -19,6 +19,14 @@ pblx-$(CONFIG_MACH_SOCFPGA_TERASIC_SOCKIT) += start_socfpga_sockit
FILE_barebox-socfpga-sockit.img = start_socfpga_sockit.pblx
barebox-$(CONFIG_MACH_SOCFPGA_TERASIC_SOCKIT) += barebox-socfpga-sockit.img
+pblx-$(CONFIG_MACH_SOCFPGA_EBV_SOCRATES) += start_socfpga_socrates_xload
+FILE_barebox-socfpga-socrates-xload.img = start_socfpga_socrates_xload.pblx.socfpgaimg
+xload-$(CONFIG_MACH_SOCFPGA_EBV_SOCRATES) += barebox-socfpga-socrates-xload.img
+
+pblx-$(CONFIG_MACH_SOCFPGA_EBV_SOCRATES) += start_socfpga_socrates
+FILE_barebox-socfpga-socrates.img = start_socfpga_socrates.pblx
+barebox-$(CONFIG_MACH_SOCFPGA_EBV_SOCRATES) += barebox-socfpga-socrates.img
+
ifdef CONFIG_ARCH_SOCFPGA_XLOAD
image-y += $(xload-y)
else