Skip to content
Snippets Groups Projects
Commit 34698e9b authored by Gabor Juhos's avatar Gabor Juhos
Browse files

swap I/O space if running in big-endian mode

SVN-Revision: 11552
parent 1d56e2e1
No related branches found
No related tags found
Loading
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -18,6 +18,20 @@
@@ -18,6 +18,21 @@
prompt "System type"
default SGI_IP22
......@@ -17,11 +17,12 @@
+ select SYS_SUPPORTS_BIG_ENDIAN
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select GENERIC_GPIO
+ select SWAP_IO_SPACE if CPU_BIG_ENDIAN
+
config MACH_ALCHEMY
bool "Alchemy processor based machines"
@@ -683,6 +697,7 @@
@@ -683,6 +698,7 @@
endchoice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment