Skip to content
Snippets Groups Projects
Commit 2e1af1e3 authored by Samuel Holland's avatar Samuel Holland Committed by Stefan Roese
Browse files

arm: zimage: Use correct symbol to hide messages in SPL


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 IS_ENABLED to drop the #ifdef.

Fixes: 431889d6 ("spl: zImage support in Falcon mode")
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
parent 4b37a83d
No related branches found
No related tags found
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