mirror of
https://xff.cz/git/u-boot/
synced 2025-10-29 17:43:36 +01:00
As DEBUG is no Kconfig symbol, we can't use the IS_ENABLED() macros. This patch switches to the unfortunately necessary #ifdef usage again to make it work correctly. Signed-off-by: Stefan Roese <sr@denx.de>