Merge pull request #2193 from fewtarius/dev

Revert S922X u-boot change until we can correct booting into recovery mode.
This commit is contained in:
fewtarius 2023-10-14 15:46:50 -04:00 committed by GitHub
commit 0efe277127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 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
JELOS-UBOOT-CONFIG
ODROIDGOU-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
JELOS-UBOOT-CONFIG
ODROIDGOU-UBOOT-CONFIG
setenv dtb_loadaddr "0x10000000"
setenv loadaddr "0x1B00000"

View file

@ -4,7 +4,7 @@
# Copyright (C) 2022-present Fewtarius
PKG_NAME="u-boot"
PKG_VERSION="8e2fc015730a6e906e09ab14ee883bfccae4c539"
PKG_VERSION="5a518474637b183e2bcad8ce216e293c1e72eceb"
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"