commit | f72bdc60b230f5e5d77eaad0b2defe07a46c02a9 | [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 | 1ea1c7d80f9dd7a4827cddf25fba71d0034510e4 [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>