summaryrefslogtreecommitdiff
path: root/board/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-18 11:59:47 -0600
committerSimon Glass <sjg@chromium.org>2019-07-10 16:52:58 -0600
commite8a7b3051b50e0ea1422b5bc5983539ee17a6b55 (patch)
treef7c0fc4759c7fc4d7ab35eebb7dd2c9f2445808d /board/sandbox
parent912dcb1b178e165a54d7c0a8d9e36afc9d46d3af (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>
Diffstat (limited to 'board/sandbox')
-rw-r--r--board/sandbox/README.sandbox7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index 48c1e2b9e7..5e8fa58ba2 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
-------