diff options
Diffstat (limited to 'board/stmicroelectronics/common/stm32mp157/genimage.cfg.template')
-rw-r--r-- | board/stmicroelectronics/common/stm32mp157/genimage.cfg.template | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/board/stmicroelectronics/common/stm32mp157/genimage.cfg.template b/board/stmicroelectronics/common/stm32mp157/genimage.cfg.template new file mode 100644 index 0000000000..f341c19f2f --- /dev/null +++ b/board/stmicroelectronics/common/stm32mp157/genimage.cfg.template @@ -0,0 +1,22 @@ +image sdcard.img { + hdimage { + gpt = "true" + } + + partition fsbl1 { + image = "%ATFBIN%" + } + + partition fsbl2 { + image = "%ATFBIN%" + } + + partition ssbl { + image = "u-boot.stm32" + } + + partition rootfs { + image = "rootfs.ext4" + bootable = "yes" + } +} |