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