Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64e34ca9 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Disable big endian for SH-5.



All SH-5 machines are little endian.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 829c773d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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