mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
Current code uses the preprocessor to change an else case to a statement without any if condition at all. Although this works, change the optional code to return early, so all optional code is contained within a single #ifdef. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>