commit | 73585b9d48be778b0c8afb7c145354432079dc1f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 18 11:59:47 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | f7c0fc4759c7fc4d7ab35eebb7dd2c9f2445808d | |
parent | e55cc062e4edd278095f50c7044678218ac9c036 [diff] |
sandbox: Allo sdl-config to be overridden When cross-compiling, sometimes sdl-config must come from a different path from the default. Add a way to override it, by adding SDL_CONFIG to the environment before building U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>