summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2014-03-05 15:37:26 +0900
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:44:16 +0900
commit3f9de973c4907a5371617ac37d433d8a04068274 (patch)
tree37a19b37f4f9c64863e6453ac45d78c3ccf81e6a /arch
parent209d9294424df1f555653d9f0b2e29f00e788f26 (diff)
downloadlinux-3.10-3f9de973c4907a5371617ac37d433d8a04068274.tar.gz
linux-3.10-3f9de973c4907a5371617ac37d433d8a04068274.tar.bz2
linux-3.10-3f9de973c4907a5371617ac37d433d8a04068274.zip
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 <human.hwang@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/tizen_odroidx2_defconfig2
1 files changed, 1 insertions, 1 deletions
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