Re: [PATCH 2/3] board: ti: am62x: am62x: Update args_all env variable

2023-04-28 Thread Raghavendra, Vignesh
On 4/28/2023 1:23 PM, Nikhil M Jain wrote: > Remove the earlycon settings from args_all. > Could you explain why is it okay to drop earlycon? Note, earlycon helps us to debug kernel crashes "before" kernel initializes UART driver ... Its very useful to have it on by default Regards Vignesh

[PATCH 2/3] board: ti: am62x: am62x: Update args_all env variable

2023-04-28 Thread Nikhil M Jain
Remove the earlycon settings from args_all. Signed-off-by: Nikhil M Jain --- board/ti/am62x/am62x.env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index e4e64fa637..cdd30b08ed 100644 --- a/board/ti/am62x/am62x.env +++