summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone/config
diff options
context:
space:
mode:
authorAlexander Aring <aar@pengutronix.de>2016-01-25 21:41:11 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-06-06 20:39:04 +0200
commit0fd53e349f9669ed1b9417401f9c7d7db89f595a (patch)
treed9131eaca2d29fbed149e47cd72462396876bdf3 /configs/platform-beaglebone/config
parent72dfc1f126f19ac94591712f9a5f198a588c928f (diff)
downloadDistroKit-0fd53e349f9669ed1b9417401f9c7d7db89f595a.tar.gz
DistroKit-0fd53e349f9669ed1b9417401f9c7d7db89f595a.tar.xz
config: initial import beaglebone
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-beaglebone/config')
-rw-r--r--configs/platform-beaglebone/config/images/boot-vfat-mlo-barebox.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/platform-beaglebone/config/images/boot-vfat-mlo-barebox.config b/configs/platform-beaglebone/config/images/boot-vfat-mlo-barebox.config
new file mode 100644
index 0000000..bbe41e0
--- /dev/null
+++ b/configs/platform-beaglebone/config/images/boot-vfat-mlo-barebox.config
@@ -0,0 +1,11 @@
+image @IMAGE@ {
+ vfat {
+ file MLO { image = "barebox-am33xx-beaglebone-mlo.img"}
+ 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
+}