fix(tc): remove the bootargs node

We need to keep the kernel command line in Yocto, otherwise we
can't support AVB.

Signed-off-by: Anders Dellien <anders.dellien@arm.com>
Change-Id: Ic291eb13620b307f10354c2c2797c6fc9b053e83
This commit is contained in:
Anders Dellien 2021-12-08 21:59:36 +00:00
parent 50e06da16e
commit 68fe3cec25
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
};
chosen {
bootargs = "console=ttyAMA0 debug user_debug=31 earlycon=pl011,0x7ff80000 loglevel=9 androidboot.hardware=total_compute androidboot.boot_devices=1c050000.mmci ip=dhcp androidboot.selinux=permissive allow_mismatched_32bit_el0";
stdout-path = "serial0:115200n8";
};