Re: [PATCH] arm: zimage: Use correct symbol to hide messages in SPL

2021-04-27 Thread Tom Rini
On Sat, Apr 17, 2021 at 09:34:37AM -0500, Samuel Holland wrote: > When zImage support was added to SPL, the messages were hidden to reduce > code size. However, the wrong config symbol was used. Since this file is > only built when CONFIG_SPL_FRAMEWORK=y, the messages were always hidden. > > Use

[PATCH] arm: zimage: Use correct symbol to hide messages in SPL

2021-04-17 Thread Samuel Holland
When zImage support was added to SPL, the messages were hidden to reduce code size. However, the wrong config symbol was used. Since this file is only built when CONFIG_SPL_FRAMEWORK=y, the messages were always hidden. Use the correct symbol so the messages are printed in U-Boot proper. Also use