changeset 1574:a49311441334

The linux 3.7 arm config changed the default board off of versatile, so add a config symbol explicitly specifying it.
author Rob Landley <rob@landley.net>
date Sat, 15 Dec 2012 01:47:00 -0600
parents e102acef0200
children 76350236e5f1
files sources/targets/armv4eb sources/targets/armv4l sources/targets/armv4tl sources/targets/armv5l sources/targets/armv6l
diffstat 5 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/armv4eb	Sat Dec 15 01:45:36 2012 -0600
+++ b/sources/targets/armv4eb	Sat Dec 15 01:47:00 2012 -0600
@@ -20,6 +20,7 @@
 LINUX_CONFIG="
 CONFIG_CPU_ARM926T=y
 CONFIG_MMU=y
+CONFIG_ARCH_VERSATILE=y
 CONFIG_ARCH_VERSATILE_PB=y
 CONFIG_MACH_VERSATILE_AB=y
 CONFIG_CPU_ARM926T=y
--- a/sources/targets/armv4l	Sat Dec 15 01:45:36 2012 -0600
+++ b/sources/targets/armv4l	Sat Dec 15 01:47:00 2012 -0600
@@ -40,6 +40,7 @@
 
 # Versatile board
 
+CONFIG_ARCH_VERSATILE=y
 CONFIG_ARCH_VERSATILE_PB=y
 CONFIG_PCI_LEGACY=y
 CONFIG_SERIAL_NONSTANDARD=y
--- a/sources/targets/armv4tl	Sat Dec 15 01:45:36 2012 -0600
+++ b/sources/targets/armv4tl	Sat Dec 15 01:47:00 2012 -0600
@@ -48,6 +48,7 @@
 
 # Versatile board
 
+CONFIG_ARCH_VERSATILE=y
 CONFIG_ARCH_VERSATILE_PB=y
 CONFIG_PCI_LEGACY=y
 CONFIG_SERIAL_NONSTANDARD=y
--- a/sources/targets/armv5l	Sat Dec 15 01:45:36 2012 -0600
+++ b/sources/targets/armv5l	Sat Dec 15 01:47:00 2012 -0600
@@ -36,6 +36,7 @@
 
 # Versatile board
 
+CONFIG_ARCH_VERSATILE=y
 CONFIG_ARCH_VERSATILE_PB=y
 CONFIG_PCI_LEGACY=y
 CONFIG_SERIAL_NONSTANDARD=y
--- a/sources/targets/armv6l	Sat Dec 15 01:45:36 2012 -0600
+++ b/sources/targets/armv6l	Sat Dec 15 01:47:00 2012 -0600
@@ -37,6 +37,7 @@
 
 # Versatile board
 
+CONFIG_ARCH_VERSATILE=y
 CONFIG_ARCH_VERSATILE_PB=y
 CONFIG_PCI_LEGACY=y
 CONFIG_SERIAL_NONSTANDARD=y