projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
829c773
)
sh: Disable big endian for SH-5.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 12 Feb 2008 07:48:43 +0000
(16:48 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig.cpu
b/arch/sh/Kconfig.cpu
index 1de526a0f5e84f2887f9bfc93efce7ecdd949234..0e27fe3b182b74e17e05a4b612a3a8f5081c4382 100644
(file)
--- a/
arch/sh/Kconfig.cpu
+++ b/
arch/sh/Kconfig.cpu
@@
-12,6
+12,7
@@
config CPU_LITTLE_ENDIAN
config CPU_BIG_ENDIAN
bool "Big Endian"
+ depends on !CPU_SH5
endchoice