diff options
author | Simon Glass <sjg@chromium.org> | 2019-05-18 11:59:47 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-07-10 16:52:58 -0600 |
commit | e8a7b3051b50e0ea1422b5bc5983539ee17a6b55 (patch) | |
tree | f7c0fc4759c7fc4d7ab35eebb7dd2c9f2445808d /board | |
parent | 912dcb1b178e165a54d7c0a8d9e36afc9d46d3af (diff) | |
download | u-boot-e8a7b3051b50e0ea1422b5bc5983539ee17a6b55.zip u-boot-e8a7b3051b50e0ea1422b5bc5983539ee17a6b55.tar.gz u-boot-e8a7b3051b50e0ea1422b5bc5983539ee17a6b55.tar.bz2 |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/sandbox/README.sandbox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 48c1e2b..5e8fa58b 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -435,6 +435,13 @@ board_init_f() and board_init_r(). This approach can be used on normal boards as well as sandbox. +SDL_CONFIG +---------- + +If sdl-config is on a different path from the default, set the SDL_CONFIG +environment variable to the correct pathname before building U-Boot. + + Testing ------- |