# HG changeset patch # User Rob Landley # Date 1275239904 18000 # Node ID b86378217ab4e30fb383284d72da741a4fe37b1d # Parent 891bb7ec58f2675892c66d90698b759dde53d101 Make big endian arm unhappy in a _different_ way. diff -r 891bb7ec58f2 -r b86378217ab4 sources/patches/linux-arm-versatile-big-endian.patch --- /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 diff -r 891bb7ec58f2 -r b86378217ab4 sources/targets/armv4eb/miniconfig-linux --- 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