diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-12 02:48:43 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 00:22:10 -0500 |
commit | 64e34ca99abc4749ff7fa752f02653d115c577b1 (patch) | |
tree | 85fc8fb563ef7d0ef185818fcd9c17d94f433ae6 /arch/sh | |
parent | 829c773da599285e2780dbaab5c795b7b498ef22 (diff) |
sh: Disable big endian for SH-5.
All SH-5 machines are little endian.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index 1de526a0f5e8..0e27fe3b182b 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu | |||
@@ -12,6 +12,7 @@ config CPU_LITTLE_ENDIAN | |||
12 | 12 | ||
13 | config CPU_BIG_ENDIAN | 13 | config CPU_BIG_ENDIAN |
14 | bool "Big Endian" | 14 | bool "Big Endian" |
15 | depends on !CPU_SH5 | ||
15 | 16 | ||
16 | endchoice | 17 | endchoice |
17 | 18 | ||