Amlogic: update boot.ini uboot-config string

This commit is contained in:
adamg 2023-10-14 15:31:46 +01:00
parent 2d41c44241
commit 090d0f0259
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ if [ "${BOOT_INI}" == true ]
then
echo "boot: create boot.ini..."
cat >${INSTALL}/usr/share/bootloader/boot.ini <<EOF
ODROIDGOU-UBOOT-CONFIG
JELOS-UBOOT-CONFIG
setenv dtb_loadaddr "0x10000000"
setenv loadaddr "0x1B00000"

View file

@ -30,7 +30,7 @@ if [ "${BOOT_INI}" == true ]
then
echo "image: create boot.ini..."
cat >"${LE_TMP}/boot.ini" <<EOF
ODROIDGOU-UBOOT-CONFIG
JELOS-UBOOT-CONFIG
setenv dtb_loadaddr "0x10000000"
setenv loadaddr "0x1B00000"