Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] QEMU: Add support for little endian mips

This very small patch adds support for little endian on the virtual QEMU
mips platform. The status of this platform is the same as the big endian
one, ie it is possible to boot a system with init=/bin/sh.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Aurelien Jarno and committed by
Ralf Baechle
c8cc9618 c59a0f15

+1
+1
arch/mips/Kconfig
··· 537 537 select SYS_HAS_CPU_MIPS32_R1 538 538 select SYS_SUPPORTS_32BIT_KERNEL 539 539 select SYS_SUPPORTS_BIG_ENDIAN 540 + select SYS_SUPPORTS_LITTLE_ENDIAN 540 541 select ARCH_SPARSEMEM_ENABLE 541 542 help 542 543 Qemu is a software emulator which among other architectures also