changeset 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 891bb7ec58f2
children 75113ff9bb32
files sources/patches/linux-arm-versatile-big-endian.patch sources/targets/armv4eb/miniconfig-linux
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/linux-arm-versatile-big-endian.patch	Sun May 30 12:18:24 2010 -0500
@@ -0,0 +1,15 @@
+--- 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
--- a/sources/targets/armv4eb/miniconfig-linux	Fri May 28 00:50:44 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../armv4l/miniconfig-linux
\ No newline at end of file