Skip to content
Commit df49b60f authored by Shriram's avatar Shriram Committed by Vijayenthiran Subramaniam
Browse files

configs/rdn2cfg1: remove console argument from grub config



Linux assigns the ttyAMA index in the order in which the uarts are
defined in the SSDT ACPI table. Also, the default uart to use is defined
in the DBG2 ACPI table and firmware will ensure that the uart used in
the DBG2 table is initialized. Passing "console=ttyAMA0,115200" as
command line parameter to linux will not honor the uart defined in the
DBG2 table. In some scenarios, ttyAMA0 might not be same uart mentioned
in the DBG2 table and might not be initialized by the boot firmware
which would cause the kernel boot to fail. To avoid this, remove
"console=ttyAMA0,115200" as command line parameter and let linux use the
uart mentioned in the DBG2 table for console.

Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
Change-Id: If43090ffccb72a007b550ad9735485397cebcc08
parent 9bba1b35
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment