On Thu, Aug 07, 2025 at 05:49:33PM +0100, Ben Dooks wrote: > Change the shift patterns for the unaligned memory move and copy code > to deal with big-endian by definign macros to change the shfit left and > right to go the opposite way. > > Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk> > --- > arch/riscv/lib/memcpy.S | 12 ++++++++++-- > arch/riscv/lib/memmove.S | 12 ++++++++++-- > 2 files changed, 20 insertions(+), 4 deletions(-)
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>