From a1a1d6f3c6962c1f4aaf23708fe63e81a1bef378 Mon Sep 17 00:00:00 2001 From: graysky Date: Wed, 17 Jul 2024 17:30:22 -0400 Subject: [PATCH] alarm/uboot-odroid-c2 to 2015.01-18 Add bootargs, see: https://archlinuxarm.org/forum/viewtopic.php?f=65&t=16986 --- alarm/uboot-odroid-c2/PKGBUILD | 6 +++--- alarm/uboot-odroid-c2/boot.ini | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alarm/uboot-odroid-c2/PKGBUILD b/alarm/uboot-odroid-c2/PKGBUILD index 1010e12ca..e3759278c 100644 --- a/alarm/uboot-odroid-c2/PKGBUILD +++ b/alarm/uboot-odroid-c2/PKGBUILD @@ -8,7 +8,7 @@ noautobuild=1 pkgname=uboot-odroid-c2 pkgver=2015.01 -pkgrel=17 +pkgrel=18 pkgdesc="U-Boot for ODROID-C2" arch=('aarch64') url="https://github.com/hardkernel/u-boot" @@ -21,8 +21,8 @@ source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz" 'boot.ini' '0001-sd_fusing-tweaks.patch' '0002-arch-linux-arm-modifications.patch') -md5sums=('015f352162fdb3ea418e770bbd588292' - 'dbecfc755991931b15569e04f350d401' +md5sums=('11a49bb7e9825b05fb555ba6f2aca736' + '1fb3985d644304daaf125860f5e8f76a' '316b458415515edfc18abd54a52d43d4' 'de51b9b3345954238c455214c5947ea3') diff --git a/alarm/uboot-odroid-c2/boot.ini b/alarm/uboot-odroid-c2/boot.ini index 73dcb61e6..dd7096744 100644 --- a/alarm/uboot-odroid-c2/boot.ini +++ b/alarm/uboot-odroid-c2/boot.ini @@ -153,7 +153,7 @@ if test "${display_autodetect}" = "true"; then usb pwren; hdmitx edid; fi if test "${m}" = "custombuilt"; then setenv cmode "modeline=${modeline}"; fi if test "${disable_vu7}" = "false"; then setenv hid_quirks "usbhid.quirks=0x0eef:0x0005:0x0004"; fi -setenv bootargs "root=/dev/mmcblk0p1 rootwait rw ${condev} no_console_suspend hdmimode=${m} ${cmode} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=${hpd} max_freq=${max_freq} maxcpus=${maxcpus} monitor_onoff=${monitor_onoff} disableuhs=${disableuhs} mmc_removable=${mmc_removable} usbmulticam=${usbmulticam} ${hid_quirks}" +setenv bootargs "root=/dev/mmcblk0p1 rootwait rw ${condev} no_console_suspend hdmimode=${m} ${cmode} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=${hpd} max_freq=${max_freq} maxcpus=${maxcpus} monitor_onoff=${monitor_onoff} disableuhs=${disableuhs} mmc_removable=${mmc_removable} usbmulticam=${usbmulticam} ${hid_quirks}" SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1 # Booting