Amlogic: update boot.ini uboot-config string
This commit is contained in:
parent
2d41c44241
commit
090d0f0259
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue