Re: [PATCH] imx93: Move SoC and lifeclycle information to debug level

2024-04-20 Thread Fabio Estevam
On Mon, Apr 15, 2024 at 6:57 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The following information printed on every boot is not very > helpful for the users: > > SOC: 0xa0009300 > LC: 0x40040 > > Move them to debug() level. > > Signed-off-by: Fabio Estevam Applied, thanks.

Re: [PATCH] imx93: Move SoC and lifeclycle information to debug level

2024-04-16 Thread Mathieu Othacehe
Hello, > The following information printed on every boot is not very > helpful for the users: > > SOC: 0xa0009300 > LC: 0x40040 > > Move them to debug() level. > > Signed-off-by: Fabio Estevam Reviewed-by: Mathieu Othacehe Thanks, Mathieu

[PATCH] imx93: Move SoC and lifeclycle information to debug level

2024-04-15 Thread Fabio Estevam
From: Fabio Estevam The following information printed on every boot is not very helpful for the users: SOC: 0xa0009300 LC: 0x40040 Move them to debug() level. Signed-off-by: Fabio Estevam --- board/freescale/imx93_evk/spl.c | 4 ++-- board/phytec/phycore_imx93/spl.c| 4 ++--