a480976d16
This initial support includes: Linux 5.1 Custom U-Boot Arm Trusted Firmware v2.0 Buildroot default packages Tested-by: Akash Gajjar <akash@openedev.com> Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com> [Thomas: - Use the headers from the kernel, by using BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1=y - Use the default ext2 rootfs size] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
23 lines
327 B
INI
23 lines
327 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot-tpl-spl-dtb {
|
|
in-partition-table = "no"
|
|
image = "u-boot-tpl-spl-dtb.img"
|
|
offset = 32K
|
|
}
|
|
|
|
partition u-boot-dtb {
|
|
in-partition-table = "no"
|
|
image = "u-boot.itb"
|
|
offset = 8M
|
|
size = 30M
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|