pinephone-uboot: drom slub_debug/page_poison

This commit is contained in:
q66 2021-03-01 00:01:29 +01:00 committed by Daniel Kolesa
parent 643fc28a1e
commit f485d1ba1f
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@
ROCKER_ARGS=yes
# Regular cmdline for configured kernel
CMDLINE="console=tty0 console=ttyS0,115200 rootwait loglevel=4 slub_debug=P page_poison=1"
CMDLINE="console=tty0 console=ttyS0,115200 rootwait loglevel=4"

View file

@ -1,7 +1,7 @@
# Template file for 'pinephone-uboot'
pkgname=pinephone-uboot
version=0.0.20200917
revision=2
revision=3
archs="aarch64*"
create_wrksrc=yes
hostmakedepends="flex cross-or1k-none-elf-gcc dtc python3 python3-devel bc swig"