mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 10:03:51 +02:00
pinebookpro-uboot: drop slub_debug/page_poison
This commit is contained in:
parent
f485d1ba1f
commit
219084e31e
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ cat > /boot/boot.txt <<EOF
|
||||||
setenv macaddr da 19 c8 7a 6d f4
|
setenv macaddr da 19 c8 7a 6d f4
|
||||||
|
|
||||||
part uuid \${devtype} \${devnum}:\${bootpart} uuid
|
part uuid \${devtype} \${devnum}:\${bootpart} uuid
|
||||||
setenv bootargs console=ttyS2,1500000 console=tty1 root=PARTUUID=${partuuid} rootwait video=eDP-1:1920x1080@60 loglevel=4 slub_debug=P page_poison=1
|
setenv bootargs console=ttyS2,1500000 console=tty1 root=PARTUUID=${partuuid} rootwait video=eDP-1:1920x1080@60 loglevel=4
|
||||||
setenv fdtfile rockchip/rk3399-pinebook-pro.dtb
|
setenv fdtfile rockchip/rk3399-pinebook-pro.dtb
|
||||||
|
|
||||||
if load \${devtype} \${devnum}:\${bootpart} \${kernel_addr_r} $(bootstrip /boot/vmlinux-${kver}); then
|
if load \${devtype} \${devnum}:\${bootpart} \${kernel_addr_r} $(bootstrip /boot/vmlinux-${kver}); then
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=pinebookpro-uboot
|
pkgname=pinebookpro-uboot
|
||||||
reverts="20200212_1 20200212_2"
|
reverts="20200212_1 20200212_2"
|
||||||
version=0.0.20200212
|
version=0.0.20200212
|
||||||
revision=3
|
revision=4
|
||||||
_commit_uboot=365495a329c8e92ca4c134562d091df71b75845e
|
_commit_uboot=365495a329c8e92ca4c134562d091df71b75845e
|
||||||
_commit_atf=22d12c4148c373932a7a81e5d1c59a767e143ac2
|
_commit_atf=22d12c4148c373932a7a81e5d1c59a767e143ac2
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue