[PATCH v2 08/18] x86: Tidy up availability of string functions
Bin Meng
bmeng.cn at gmail.com
Thu May 4 16:22:12 CEST 2023
On Tue, Apr 18, 2023 at 11:31 PM Simon Glass <sjg at 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 at 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 at gmail.com>
More information about the U-Boot
mailing list