commit
385ff95ea6
3 changed files with 3 additions and 3 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"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="u-boot"
|
||||
PKG_VERSION="5a518474637b183e2bcad8ce216e293c1e72eceb"
|
||||
PKG_VERSION="8e2fc015730a6e906e09ab14ee883bfccae4c539"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.denx.de/wiki/U-Boot"
|
||||
PKG_URL="https://github.com/JustEnoughLinuxOS/hardkernel-uboot/archive/${PKG_VERSION}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue