board/raspberrypi/genimage-raspberrypi3.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:
parent
606170b66a
commit
fe6fc735bd
@ -1,33 +1,34 @@
|
|||||||
image boot.vfat {
|
image boot.vfat {
|
||||||
vfat {
|
vfat {
|
||||||
files = {
|
files = {
|
||||||
"bcm2710-rpi-3-b.dtb",
|
"bcm2710-rpi-3-b.dtb",
|
||||||
"bcm2710-rpi-3-b-plus.dtb",
|
"bcm2710-rpi-3-b-plus.dtb",
|
||||||
"bcm2710-rpi-cm3.dtb",
|
"bcm2710-rpi-cm3.dtb",
|
||||||
"rpi-firmware/bootcode.bin",
|
"rpi-firmware/bootcode.bin",
|
||||||
"rpi-firmware/cmdline.txt",
|
"rpi-firmware/cmdline.txt",
|
||||||
"rpi-firmware/config.txt",
|
"rpi-firmware/config.txt",
|
||||||
"rpi-firmware/fixup.dat",
|
"rpi-firmware/fixup.dat",
|
||||||
"rpi-firmware/start.elf",
|
"rpi-firmware/start.elf",
|
||||||
"rpi-firmware/overlays",
|
"rpi-firmware/overlays",
|
||||||
"zImage"
|
"zImage"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
size = 32M
|
|
||||||
|
size = 32M
|
||||||
}
|
}
|
||||||
|
|
||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
hdimage {
|
hdimage {
|
||||||
}
|
}
|
||||||
|
|
||||||
partition boot {
|
partition boot {
|
||||||
partition-type = 0xC
|
partition-type = 0xC
|
||||||
bootable = "true"
|
bootable = "true"
|
||||||
image = "boot.vfat"
|
image = "boot.vfat"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition rootfs {
|
partition rootfs {
|
||||||
partition-type = 0x83
|
partition-type = 0x83
|
||||||
image = "rootfs.ext4"
|
image = "rootfs.ext4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user