view sources/patches/linux-arm-versatile-big-endian.patch @ 1274:b41dbea3ba14

When building control images, the working directory should be in build/control-images.
author Rob Landley <rob@landley.net>
date Sun, 07 Nov 2010 15:54:37 -0600
parents b86378217ab4
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