view sources/patches/linux-arm-versatile-big-endian.patch @ 1096:b86378217ab4

Make big endian arm unhappy in a _different_ way.
author Rob Landley <rob@landley.net>
date Sun, 30 May 2010 12:18:24 -0500
parents
children
line wrap: on
line source

--- linux/arch/arm/mach-versatile/Kconfig	2010-05-29 18:44:21.000000000 -0500
+++ linx/arch/arm/mach-versatile/Kconfig	2010-05-29 19:19:38.000000000 -0500
@@ -12,4 +12,12 @@
 	help
 	  Include support for the ARM(R) Versatile/AP platform.
 
+if ARCH_VERSATILE_PB || ARCH_VERSATILE_AB
+
+config ARCH_SUPPORTS_BIG_ENDIAN
+        bool
+        default y
+
+endif
+
 endmenu