RG351x u-boot expects the boot.ini header to contain odroidgoa.
This commit is contained in:
parent
3656ae4377
commit
224d32c5a3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue