Re: [PATCH v5 21/44] x86: Use string functions for all 32-bit builds

2023-03-15 Thread Simon Glass
Hi Tom. On Thu, 2 Mar 2023 at 13:37, Tom Rini wrote: > > On Wed, Feb 22, 2023 at 09:34:02AM -0700, Simon Glass wrote: > > > At present these are not included in SPL. They do add to code size but > > are a bit faster, so adjust the setting to add them. > > > > Signed-off-by: Simon Glass > > ---

Re: [PATCH v5 21/44] x86: Use string functions for all 32-bit builds

2023-03-02 Thread Tom Rini
On Wed, Feb 22, 2023 at 09:34:02AM -0700, Simon Glass wrote: > At present these are not included in SPL. They do add to code size but > are a bit faster, so adjust the setting to add them. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > arch/x86/include/asm/string.h | 2 +-

[PATCH v5 21/44] x86: Use string functions for all 32-bit builds

2023-02-22 Thread Simon Glass
At present these are not included in SPL. They do add to code size but are a bit faster, so adjust the setting to add them. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/include/asm/string.h | 2 +- arch/x86/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2