mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 21:41:16 +02:00
We should avoid #ifdef in C modules and the unused functions are eliminated by the linker. Use the more readable IS_ENABLE() instead. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>