diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2006-09-27 23:07:25 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-01 23:16:58 +0100 |
commit | c8cc9618c55a341dda39357cce5ff39f7ad17132 (patch) | |
tree | 5071e15c370f365c700d22d06e1f3aa1acae43de /arch/mips/Kconfig | |
parent | c59a0f15be6e586aa0fe1fb5c7f740005c36ec56 (diff) | |
download | op-kernel-dev-c8cc9618c55a341dda39357cce5ff39f7ad17132.zip op-kernel-dev-c8cc9618c55a341dda39357cce5ff39f7ad17132.tar.gz |
[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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |