Searched hist:"20 f86a0aeaad5dfa0b4f50bf5d04dd7bf1f7c3e9" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 20f86a0aeaad5dfa0b4f50bf5d04dd7bf1f7c3e9 Thu Feb 27 20:26:21 UTC 2014 Simon Glass <sjg@chromium.org> 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>
|