]> Git Repo - buildroot-mgba.git/blame - board/bananapi/bananapi-m2-ultra/genimage.cfg
board/bananapi/bananapi-m2-ultra: switch to use extlinux.conf
[buildroot-mgba.git] / board / bananapi / bananapi-m2-ultra / genimage.cfg
CommitLineData
a0f0b540
LF
1image sdcard.img {
2 hdimage {
3 }
4
5 partition u-boot {
6 in-partition-table = "no"
7 image = "u-boot-sunxi-with-spl.bin"
625dcdc9
GB
8 offset = 8K
9 size = 1016K # 1MB - 8KB
a0f0b540
LF
10 }
11
a0f0b540
LF
12 partition rootfs {
13 partition-type = 0x83
14 image = "rootfs.ext4"
15 }
16}
This page took 0.436374 seconds and 4 git commands to generate.