summaryrefslogtreecommitdiff
path: root/board/theobroma-systems/puma/genimage.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'board/theobroma-systems/puma/genimage.cfg')
-rw-r--r--board/theobroma-systems/puma/genimage.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/board/theobroma-systems/puma/genimage.cfg b/board/theobroma-systems/puma/genimage.cfg
new file mode 100644
index 0000000000..233bc4e2d2
--- /dev/null
+++ b/board/theobroma-systems/puma/genimage.cfg
@@ -0,0 +1,22 @@
+image sdcard.img {
+ hdimage {
+ }
+
+ partition spl {
+ in-partition-table = "no"
+ image = "spl_sd.img"
+ offset = 32K
+ }
+
+ partition u-boot {
+ in-partition-table = "no"
+ image = "u-boot.itb"
+ offset = 256K
+ }
+
+ partition rootfs {
+ partition-type = 0x83
+ offset = 2M
+ image = "rootfs.ext4"
+ }
+}