]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Adjust the order of the NO_SDL check
authorSimon Glass <sjg@chromium.org>
Wed, 11 Feb 2015 01:52:35 +0000 (18:52 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:19 +0000 (13:52 +0200)
commitee5e8de88f69ec37e3c748dccbd63c50fc26536f
treef511bded2ef06a43a07daa87a7597ce516421551
parentc59369a88e8c88e63ae9cb6c8a536915f0d17873
sandbox: Adjust the order of the NO_SDL check

An option is provided to avoid using SDL in U-Boot sandbox (and drop
support for the LCD). However the check in the Makefile is too late
and warnings are printed even if NO_SDL=y is given.

Adjust the order to avoid this warning.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Jeroen Hofstee <jeroen@myspectrum.nl>
arch/sandbox/config.mk