]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Disable big endian for SH-5.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 12 Feb 2008 07:48:43 +0000 (16:48 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 14 Feb 2008 05:22:10 +0000 (14:22 +0900)
All SH-5 machines are little endian.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig.cpu

index 1de526a0f5e84f2887f9bfc93efce7ecdd949234..0e27fe3b182b74e17e05a4b612a3a8f5081c4382 100644 (file)
@@ -12,6 +12,7 @@ config CPU_LITTLE_ENDIAN
 
 config CPU_BIG_ENDIAN
        bool "Big Endian"
+       depends on !CPU_SH5
 
 endchoice