commit | 0765036aa2c68d78e724d543f5f3bfde08c7b1ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:01 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 7c869c77d50814ef38914197dd203c4b6db85b2a | |
parent | 9e8f6d63c47384597d866fb7cd798a48c5c1835f [diff] |
sandbox: Rename strdup() functions These functions include calls to a memory-allocation routine and so need to use the system routine when called from a library. To preserve access to these functions for libraries that need it, such as SDL, rename these functions within U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>