diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2012-10-25 10:41:39 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-10-26 14:59:39 +0200 |
commit | 9c4566a117a6fe404a0e49b27ac71b631945a70f (patch) | |
tree | 21802a1dc88b6dbd4ea39f7cc11b734c4f5465c9 /arch/arm/configs/socfpga_defconfig | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) |
ARM: socfpga: Enable SMP for socfpga
Enable SMP for the SOCFPGA platform.
Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/socfpga_defconfig')
-rw-r--r-- | arch/arm/configs/socfpga_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index 0ac1293dba10..4e1ce211d43f 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig @@ -18,9 +18,10 @@ CONFIG_MODULE_UNLOAD=y CONFIG_ARCH_SOCFPGA=y CONFIG_MACH_SOCFPGA_CYCLONE5=y CONFIG_ARM_THUMBEE=y +# CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set # CONFIG_CACHE_L2X0 is not set CONFIG_HIGH_RES_TIMERS=y -CONFIG_VMSPLIT_2G=y +CONFIG_SMP=y CONFIG_NR_CPUS=2 CONFIG_AEABI=y CONFIG_ZBOOT_ROM_TEXT=0x0 |