summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone/config
diff options
context:
space:
mode:
authorAlexander Aring <aar@pengutronix.de>2016-06-09 17:57:26 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-06-10 14:32:28 +0200
commita3f2e855b40573cdd98f047744dd19ef62d31679 (patch)
tree850e542dbdaa8899d3db2235d2aff593c4aa19bd /configs/platform-beaglebone/config
parent897055310494a146f7d32fc89243d31eeac95d0d (diff)
downloadDistroKit-a3f2e855b40573cdd98f047744dd19ef62d31679.tar.gz
DistroKit-a3f2e855b40573cdd98f047744dd19ef62d31679.tar.xz
beaglebone: fixes and rpi2 support
Signed-off-by: Alexander Aring <aar@pengutronix.de>
Diffstat (limited to 'configs/platform-beaglebone/config')
-rw-r--r--configs/platform-beaglebone/config/images/boot-vfat.config (renamed from configs/platform-beaglebone/config/images/boot-vfat-mlo-barebox.config)5
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/platform-beaglebone/config/images/boot-vfat-mlo-barebox.config b/configs/platform-beaglebone/config/images/boot-vfat.config
index bbe41e0..7d29c76 100644
--- a/configs/platform-beaglebone/config/images/boot-vfat-mlo-barebox.config
+++ b/configs/platform-beaglebone/config/images/boot-vfat.config
@@ -1,10 +1,9 @@
image @IMAGE@ {
vfat {
+ files = { @FIRMWARE_RPI2@ }
file MLO { image = "barebox-am33xx-beaglebone-mlo.img"}
+ file barebox.bin-rpi2 { image = barebox.bin-rpi2 }
file barebox.bin { image = "barebox-am33xx-beaglebone.img" }
- file barebox.env { image = "barebox-default-environment" }
- file am335x-bone.dtb { image = "am335x-bone.dtb" }
- file linuximage { image = "linuximage" }
}
name = boot-mlo
size = 32M