view sources/patches/linux-arm-versatile-big-endian.patch @ 1241:359005137220

Update the README for the download directory, noting simple-root-filesystem and the move to the "extras" directory.
author Rob Landley <rob@landley.net>
date Tue, 07 Sep 2010 03:48:35 -0500
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