summaryrefslogtreecommitdiffstats
path: root/config/images/boot-vfat-mlo-barebox.config
diff options
context:
space:
mode:
Diffstat (limited to 'config/images/boot-vfat-mlo-barebox.config')
-rw-r--r--config/images/boot-vfat-mlo-barebox.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/images/boot-vfat-mlo-barebox.config b/config/images/boot-vfat-mlo-barebox.config
new file mode 100644
index 000000000..cec313e42
--- /dev/null
+++ b/config/images/boot-vfat-mlo-barebox.config
@@ -0,0 +1,8 @@
+image @IMAGE@ {
+ vfat {
+ file MLO { image = "MLO"}
+ file barebox.bin { image = "barebox-image" }
+ }
+ name = boot-vfat
+ size = 10M
+}