view sources/patches/linux-arm-versatile-big-endian.patch @ 1228:8a88cae14011

Remove RW_SYSTEM_IMAGE option. The gentoo-stage1 build shows how to setup a writeable chroot, and the FAQ says how to build a writeable system image. I'm not shipping two different system iamges, then I'd have to explain it and it's not worth the confusion.
author Rob Landley <rob@landley.net>
date Tue, 24 Aug 2010 02:53:11 -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