commit | 64e34ca99abc4749ff7fa752f02653d115c577b1 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Feb 12 16:48:43 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Feb 14 14:22:10 2008 +0900 |
tree | 85fc8fb563ef7d0ef185818fcd9c17d94f433ae6 | |
parent | 829c773da599285e2780dbaab5c795b7b498ef22 [diff] [blame] |
sh: Disable big endian for SH-5. All SH-5 machines are little endian. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index 1de526a..0e27fe3 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu
@@ -12,6 +12,7 @@ config CPU_BIG_ENDIAN bool "Big Endian" + depends on !CPU_SH5 endchoice