diff options
author | Simon Glass <sjg@chromium.org> | 2014-02-27 13:26:21 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-03-17 20:05:49 -0600 |
commit | 20f86a0aeaad5dfa0b4f50bf5d04dd7bf1f7c3e9 (patch) | |
tree | c295a3345281016905cb782e955277f5c8a3fbc4 /board/pb1x00 | |
parent | a77bf70978a42e94790a8bc81941edc1026939ce (diff) | |
download | u-boot-imx-20f86a0aeaad5dfa0b4f50bf5d04dd7bf1f7c3e9.zip u-boot-imx-20f86a0aeaad5dfa0b4f50bf5d04dd7bf1f7c3e9.tar.gz u-boot-imx-20f86a0aeaad5dfa0b4f50bf5d04dd7bf1f7c3e9.tar.bz2 |
sandbox: Deal with conflicting getenv() for SDL
Unfortunately SDL requires getenv() to operate, since it wants to figure out
the display type. U-Boot has its own getenv() and they conflict. As a
work-around use #define to resolve the conflict.
A better but more complex solution might be to rename some U-Boot symbols
at link time. SDL audio is not functional at present, likely due to a related
issue.
Note: Vic Yank wrote a script for this, filed in crbug.com/271125.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/pb1x00')
0 files changed, 0 insertions, 0 deletions