On Fri, Jun 13, 2025 at 05:12:58PM +0100, Ben Dooks wrote: > Test for big-endian either via __RISCVEB__ which migth be > rather old, or check the BYTE_ORDER if the compiler defines > it (which should be any modern gcc like v12) > > Signed-off-by: Ben Dooks <[email protected]> > --- > arch/riscv/include/asm/byteorder.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Leo Yu-Chi Liang <[email protected]>

