device/testing/starqltechn: u-boot: fix kernel command line (MR 5090)
- Enable console to workaround a race condition with display initialisation (https://gitlab.freedesktop.org/drm/msm/-/issues/46) - Remove unneeded options from kernel command line
This commit is contained in:
parent
c349549b48
commit
a7d0d3f85b
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-samsung-starqltechn
|
||||
pkgdesc="Samsung Galaxy S9 SM-G9600"
|
||||
pkgver=1
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -34,5 +34,5 @@ sha512sums="
|
|||
75d405e0574c095f96fb37074968120ff429b862f6d00f4f3ccfc3a9ff3473e19d9e65879b1e6523042de9081b95fbc0c6d73b92e529feef84f7ff5f3a113624 deviceinfo
|
||||
8ecd6621738b14fecfb8bb32f06fa86053649f46d6ef7e50cdc6dd44175d459a8b5f185e0b1d6168d23d6b8474ea31ae9aaf306385eb106df6489e6838b4fbe1 boot_image.its
|
||||
ba782c324c14cf0947c752b51a607ae1b08def885b0cf0afe89d1fcade3491ab2f547551eb08bd8074f608dac46bdcdf75c5c633bd7a15e6eb63a10f30994c82 payload_mock.dts
|
||||
fc9a353946a061b964b8d85ba40a55aabd5dc51ad079ce9013473fb2031f2bea7f987dc437f3e7b515e7f1eccc16c7ba0c616926f59f98382b1193e6875b50f3 bootscript.sh
|
||||
2f75b924dda1679f013362b7af284bc8026bec56c1360121e5673b359c7e789111b699829b3d7ef3c0e9b6465d652777a3475483e1bd457d873aead23a4564c4 bootscript.sh
|
||||
"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
setenv bootargs 'console=tty1 loglevel=15 clk_ignore_unused'
|
||||
# FIXME: Console enabled to workaround a race condition with display initialisation
|
||||
# See https://gitlab.freedesktop.org/drm/msm/-/issues/46
|
||||
setenv bootargs 'console=ttyMSM0,115200'
|
||||
|
||||
bootm $prevbl_initrd_start_addr
|
||||
|
|
Loading…
Reference in a new issue