u-boot/arch/sandbox/cpu
Simon Glass 398ae02669 sandbox: Correct SDL build flags
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>
2019-01-14 17:47:13 -07:00
..
Makefile sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00
cpu.c
eth-raw-os.c sandbox: Use malloc() and free() from os layer 2018-11-26 08:25:37 -05:00
os.c sandbox: Fix up the debug message for the image filename 2018-12-05 06:01:34 -07:00
sdl.c sandbox: Correct SDL build flags 2019-01-14 17:47:13 -07:00
spl.c sandbox: Check the filename in jump_to_image_no_args() 2018-12-05 06:01:34 -07:00
start.c sandbox: Zero the ram buffer on startup 2018-12-05 06:01:34 -07:00
state.c
u-boot-spl.lds
u-boot.lds