adc8355150
This is now based on U-Boot 2022.10 and has gained SPL support, so use that instead of sun20-d1-spl. With this we can also drop the u-boot patch and patch directory. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
295 B
INI
20 lines
295 B
INI
# Minimal SD card image for the Allwinner Nezha
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot {
|
|
in-partition-table = false
|
|
image = "u-boot-sunxi-with-spl.bin"
|
|
offset = 8K
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
bootable = "true"
|
|
offset = 1M
|
|
}
|
|
}
|