Re: [PATCH] bootm: Fix Linux silent console on newer kernels

2022-06-07 Thread Tom Rini
On Thu, May 19, 2022 at 06:26:05PM -0400, Sean Anderson wrote: > Linux determines its console based on several sources: > > 1. the console command line parameter > 2. device tree (e.g. /chosen/stdout-path) > 3. various other board- and arch-specific sources > > If the console parameter

[PATCH] bootm: Fix Linux silent console on newer kernels

2022-05-19 Thread Sean Anderson
Linux determines its console based on several sources: 1. the console command line parameter 2. device tree (e.g. /chosen/stdout-path) 3. various other board- and arch-specific sources If the console parameter specifies a real console (e.g. ttyS0) then that is used as /dev/console. However, if