mirror of
https://xff.cz/git/u-boot/
synced 2025-10-02 07:51:17 +02: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>