From 87fe3350f7759b48ce9bb85829f73fae08c25988 Mon Sep 17 00:00:00 2001 From: Hyungwon Hwang Date: Wed, 5 Mar 2014 15:37:26 +0900 Subject: ARM: odroidx2: update defconfig to fix the number of cores The processor on Odroid X2 is Exynos4412 which has 4 processing cores. The number of cores on the config file was 2, not 4. Change-Id: Ia153c28e5c00a7a8cec2cda9ee0d24caa0d0c1ba Signed-off-by: Hyungwon Hwang --- arch/arm/configs/tizen_odroidx2_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/configs') diff --git a/arch/arm/configs/tizen_odroidx2_defconfig b/arch/arm/configs/tizen_odroidx2_defconfig index 5de4ff209ea..0a8cce03f87 100644 --- a/arch/arm/configs/tizen_odroidx2_defconfig +++ b/arch/arm/configs/tizen_odroidx2_defconfig @@ -447,7 +447,7 @@ CONFIG_VMSPLIT_3G=y # CONFIG_VMSPLIT_2G is not set # CONFIG_VMSPLIT_1G is not set CONFIG_PAGE_OFFSET=0xC0000000 -CONFIG_NR_CPUS=2 +CONFIG_NR_CPUS=4 CONFIG_HOTPLUG_CPU=y # CONFIG_ARM_PSCI is not set CONFIG_LOCAL_TIMERS=y -- cgit v1.2.3