mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
board/solidrun/macchiatobin/genimage.cfg: beautify file
Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
d3bfa01b78
commit
4cbd842ef9
@@ -5,12 +5,12 @@ image sdcard.img {
|
||||
partition uboot {
|
||||
in-partition-table = "no"
|
||||
image = "flash-image.bin"
|
||||
offset = 0x200000
|
||||
offset = 2M
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
partition-type = 0x83
|
||||
offset = 0x2200000
|
||||
offset = 34M
|
||||
image = "rootfs.ext4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user