alarm/uboot-odroid-c2 to 2015.01-18

Add bootargs, see: https://archlinuxarm.org/forum/viewtopic.php?f=65&t=16986
This commit is contained in:
graysky 2024-07-17 17:30:22 -04:00
parent cc7a5b56c4
commit a1a1d6f3c6
2 changed files with 4 additions and 4 deletions

View file

@ -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')

View file

@ -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