summaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-05 15:42:31 +0100
committerJon Medhurst <tixy@linaro.org>2014-12-08 09:40:20 +0000
commit7996e7c975e1dd520ed25cebbcf35c9ac78803d3 (patch)
treeab595b7bbaa5f16adbe6f13d6cb2d7f165fd7183 /linaro
parent92a837b8c0b32d94d8c30eab1dfd195f6765cf72 (diff)
configs: vexpress64: Fixes for Linux 3.9
CONFIG_PLAT_VEXPRESS has been renamed to CONFIG_ARCH_VEXPRESS and CONFIG_EXPERIMENTAL has been removed. Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/vexpress64.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index 6898e41fdca7..79523388b7ea 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -1,4 +1,3 @@
-CONFIG_EXPERIMENTAL=y
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
@@ -23,7 +22,7 @@ CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_IOSCHED_DEADLINE is not set
-CONFIG_PLAT_VEXPRESS=y
+CONFIG_ARCH_VEXPRESS=y
CONFIG_SMP=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_CMDLINE="console=ttyAMA0"