mirror of
https://github.com/adulau/aha.git
synced 2024-12-31 21:26:18 +00:00
sh: Disable big endian for SH-5.
All SH-5 machines are little endian. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
829c773da5
commit
64e34ca99a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ config CPU_LITTLE_ENDIAN
|
||||||
|
|
||||||
config CPU_BIG_ENDIAN
|
config CPU_BIG_ENDIAN
|
||||||
bool "Big Endian"
|
bool "Big Endian"
|
||||||
|
depends on !CPU_SH5
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue