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
|
||||
|
||||
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
|
||||
|
||||
if load \${devtype} \${devnum}:\${bootpart} \${kernel_addr_r} $(bootstrip /boot/vmlinux-${kver}); then
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=pinebookpro-uboot
|
||||
reverts="20200212_1 20200212_2"
|
||||
version=0.0.20200212
|
||||
revision=3
|
||||
revision=4
|
||||
_commit_uboot=365495a329c8e92ca4c134562d091df71b75845e
|
||||
_commit_atf=22d12c4148c373932a7a81e5d1c59a767e143ac2
|
||||
archs="aarch64*"
|
||||
|
|
Loading…
Reference in a new issue