RG351x u-boot expects the boot.ini header to contain odroidgoa.

This commit is contained in:
fewtarius 2022-05-29 18:33:05 +00:00
parent 3656ae4377
commit 224d32c5a3
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -56,7 +56,7 @@ if [ "${BOOT_INI}" == true ]
then
echo "boot: create boot.ini..."
cat >${INSTALL}/usr/share/bootloader/boot.ini <<EOF
jelos-uboot-config
odroidgoa-uboot-config
setenv fdt_addr_r "0x01f00000"
setenv dtb_name "${DEVICE_DTB}.dtb"