80ae1aedcb
This initial support includes: Linux 5.4 U-Boot 2020.01 Arm Trusted Firmware v2.2 Buildroot default packages. Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
23 lines
318 B
INI
23 lines
318 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot-tpl-spl-dtb {
|
|
in-partition-table = "no"
|
|
image = "idbloader.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"
|
|
}
|
|
}
|