Re: [U-Boot] [PATCH] sandbox: Adjust the order of the NO_SDL check

2015-02-15 Thread Simon Glass
On 12 February 2015 at 16:12, Jeroen Hofstee wrote: > Hello Simon, > > > On 11-02-15 02:52, Simon Glass wrote: >> >> 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_SD

Re: [U-Boot] [PATCH] sandbox: Adjust the order of the NO_SDL check

2015-02-12 Thread Jeroen Hofstee
Hello Simon, On 11-02-15 02:52, Simon Glass wrote: 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:

[U-Boot] [PATCH] sandbox: Adjust the order of the NO_SDL check

2015-02-10 Thread Simon Glass
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 --- arch/sandbox/config.mk | 12 ++