summaryrefslogtreecommitdiffstats
path: root/configs/platform-mipsel/config/images/malta.config
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-mipsel/config/images/malta.config')
-rw-r--r--configs/platform-mipsel/config/images/malta.config15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/platform-mipsel/config/images/malta.config b/configs/platform-mipsel/config/images/malta.config
new file mode 100644
index 0000000..4b6fe4a
--- /dev/null
+++ b/configs/platform-mipsel/config/images/malta.config
@@ -0,0 +1,15 @@
+image @IMAGE@ {
+ /* Note: qemu will complain if the SD card size is not a power of two */
+ size = 1G
+ hdimage {
+ align = 1M
+ fill = true
+ partition-table-type = gpt
+ }
+ partition root-A {
+ image = root.ext2
+ partition-type-uuid = 37c58c8a-d913-4156-a25f-48b1b64e07f0 # root-mips-le
+ }
+}
+
+/* vim: set tabstop=8 noexpandtab : */