mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
The check for CONFIG_SANDBOX_SDL in config.mk does not work since the build config is not available by the time that file is included. Remove it so that we always call sdl-config except when NO_SDL is used. Signed-off-by: Simon Glass <sjg@chromium.org>