commit | e50ab22984ce90ffcc47bc620ed2caac0bcc02f7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 10 18:52:35 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Feb 15 14:34:06 2015 -0700 |
tree | 2b7663e7e2f1e5fe29d74e6354c6e83663517c08 | |
parent | 88539e4431cd6a596da316f81b644c4df606dbd9 [diff] |
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>