| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] (2.6.20) Toshiba JMR3927 and RBTX49x7 do support LE |
| From: | Sergei Shtylyov <sshtylyov@ru.mvista.com> |
| Date: | Wed, 7 Feb 2007 20:39:05 +0300 |
| Cc: | linux-mips@linux-mips.org |
| Organization: | MontaVista Software Inc. |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.5 |
Toshiba JMR3927 (RBHMA3100) and RBTX49[23]7 (RBHMA4[24]00) do support both
little and big endian mode (if you flash the right PMON).
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Index: linux-2.6/arch/mips/Kconfig
===================================================================
--- linux-2.6.orig/arch/mips/Kconfig
+++ linux-2.6/arch/mips/Kconfig
@@ -747,6 +747,7 @@ config TOSHIBA_JMR3927
select SWAP_IO_SPACE
select SYS_HAS_CPU_TX39XX
select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_SUPPORTS_BIG_ENDIAN
select TOSHIBA_BOARDS
@@ -761,6 +762,7 @@ config TOSHIBA_RBTX4927
select SYS_HAS_CPU_TX49XX
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL
+ select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_SUPPORTS_BIG_ENDIAN
select TOSHIBA_BOARDS
select GENERIC_HARDIRQS_NO__DO_IRQ
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [MIPS] Check FCSR for pending interrupts before restoring from a context., Maciej W. Rozycki |
|---|---|
| Next by Date: | [PATCH] (2.6.20) Toshiba RBTX49x7: declare prom_getcmdline(), Sergei Shtylyov |
| Previous by Thread: | Re: [PATCH 1/3] do_fpe() cleanup, Atsushi Nemoto |
| Next by Thread: | Re: [PATCH] (2.6.20) Toshiba JMR3927 and RBTX49x7 do support LE, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |