
4 May
2023
4 May
'23
4:22 p.m.
On Tue, Apr 18, 2023 at 11:31 PM Simon Glass sjg@chromium.org wrote:
For now, just enable the fast-but-large string functions in 32-boot
32-bit
U-Boot proper only. Avoid using them in SPL. We cannot use then in 64-bit builds since we only have 32-bit assembly.
Signed-off-by: Simon Glass sjg@chromium.org
(no changes since v1)
arch/x86/include/asm/string.h | 6 +++++- arch/x86/lib/Makefile | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com