From: Aurelien Jarno Date: Wed, 27 Sep 2006 21:07:25 +0000 (+0200) Subject: [MIPS] QEMU: Add support for little endian mips X-Git-Tag: v2.6.19-rc1~376^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8cc9618c55a341dda39357cce5ff39f7ad17132;p=platform%2Fkernel%2Flinux-3.10.git [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 Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ba3a317..87cee34 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -537,6 +537,7 @@ config QEMU select SYS_HAS_CPU_MIPS32_R1 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN + select SYS_SUPPORTS_LITTLE_ENDIAN select ARCH_SPARSEMEM_ENABLE help Qemu is a software emulator which among other architectures also