commit | 200626c6eacd3dff8a68b6e4786f78a77b794a4e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 04 16:50:52 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Thu May 11 10:25:29 2023 +0800 |
tree | b406c2b8207b5527a4f37d83b8ba274b7194845a | |
parent | 436393ed2be03a094aa0ac3f7a4e31bbd35a6f45 [diff] |
x86: Tidy up availability of string functions For now, just enable the fast-but-large string functions in 32-boot U-Boot proper only. Avoid using them in SPL. We cannot use then in 64-bit builds since we only have 32-bit assembly. Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org>