From 4a840f27cd7a05d8e3687aa325adcd019c0d22ee Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Tue, 8 Jun 2021 09:27:17 +0100 Subject: [PATCH] feat(tc0): add bootargs node We will maintain the kernel command line here instead of in U-Boot. Signed-off-by: Anders Dellien Change-Id: I6011306cbaf47717c061f542e180005281695516 --- fdts/tc0.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/fdts/tc0.dts b/fdts/tc0.dts index a4f7a4dec..c17b0b331 100644 --- a/fdts/tc0.dts +++ b/fdts/tc0.dts @@ -17,6 +17,7 @@ }; 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"; };