summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-10-06 12:55:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-07 10:15:59 +0200
commitaadf261cd6932918dede79add72953fd56df2996 (patch)
treee6934795418d5cac95bab8b3502adcb832612b05 /images
parentc9dbd886ef3b05d64bc10551f9fcde267291ef91 (diff)
downloadbarebox-aadf261cd6932918dede79add72953fd56df2996.tar.gz
barebox-aadf261cd6932918dede79add72953fd56df2996.tar.xz
Add support for Baltos systems
OnRISC Baltos devices are based on a am335x SoC and can be booted either from MMC or NAND. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.am33xx8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/Makefile.am33xx b/images/Makefile.am33xx
index 8be78eff89..8168fe4c93 100644
--- a/images/Makefile.am33xx
+++ b/images/Makefile.am33xx
@@ -135,6 +135,14 @@ pblx-$(CONFIG_MACH_BEAGLEBONE) += start_am33xx_beaglebone_sram
FILE_barebox-am33xx-beaglebone-mlo.img = start_am33xx_beaglebone_sram.pblx.mlo
am33xx-mlo-$(CONFIG_MACH_BEAGLEBONE) += barebox-am33xx-beaglebone-mlo.img
+pblx-$(CONFIG_MACH_VSCOM_BALTOS) += start_am33xx_baltos_sdram
+FILE_barebox-am33xx-baltos.img = start_am33xx_baltos_sdram.pblx
+am33xx-barebox-$(CONFIG_MACH_VSCOM_BALTOS) += barebox-am33xx-baltos.img
+
+pblx-$(CONFIG_MACH_VSCOM_BALTOS) += start_am33xx_baltos_sram
+FILE_barebox-am33xx-baltos-mlo.img = start_am33xx_baltos_sram.pblx.mlo
+am33xx-mlo-$(CONFIG_MACH_VSCOM_BALTOS) += barebox-am33xx-baltos-mlo.img
+
ifdef CONFIG_OMAP_BUILD_IFT
image-y += $(am33xx-mlo-y)
else