Commit 4a840f27 authored by Anders Dellien's avatar Anders Dellien
Browse files

feat(tc0): add bootargs node



We will maintain the kernel command line here instead of in U-Boot.
Signed-off-by: default avatarAnders Dellien <anders.dellien@arm.com>
Change-Id: I6011306cbaf47717c061f542e180005281695516
parent 967344b5
......@@ -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";
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment