diff options
author | Hyungwon Hwang <human.hwang@samsung.com> | 2014-03-05 15:37:26 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:10 +0900 |
commit | 87fe3350f7759b48ce9bb85829f73fae08c25988 (patch) | |
tree | 09e4f8ed0cabf513d6b19e92ef7e69fbf103181a /arch | |
parent | 6571c96482b6c61d9f5e76cada46bf71ef139b47 (diff) | |
download | linux-3.10-87fe3350f7759b48ce9bb85829f73fae08c25988.tar.gz linux-3.10-87fe3350f7759b48ce9bb85829f73fae08c25988.tar.bz2 linux-3.10-87fe3350f7759b48ce9bb85829f73fae08c25988.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_defconfig | 2 |
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 |