diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-07-28 16:53:50 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-08-04 13:49:47 +0530 |
commit | 33460f86ad2c982f3172a10b17948ccaf923f07f (patch) | |
tree | 78b269c68925cd699e5a61d22e47e530ae6cd4a6 /arch/arc/configs/nsimosci_hs_smp_defconfig | |
parent | f862b31514bad66e48d9d4ff6036ee051cf36a6f (diff) |
ARC: [plat-sim] Include this platform unconditionally
Essentially remove CONFIG_ARC_PLAT_SIM
There is no need for any platform specific code, just the board DTS
match strings which we can include unconditionally
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/nsimosci_hs_smp_defconfig')
-rw-r--r-- | arch/arc/configs/nsimosci_hs_smp_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/configs/nsimosci_hs_smp_defconfig b/arch/arc/configs/nsimosci_hs_smp_defconfig index 155add7761ed..ef96406c446e 100644 --- a/arch/arc/configs/nsimosci_hs_smp_defconfig +++ b/arch/arc/configs/nsimosci_hs_smp_defconfig @@ -18,7 +18,6 @@ CONFIG_MODULES=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set -CONFIG_ARC_PLAT_SIM=y CONFIG_ISA_ARCV2=y CONFIG_SMP=y # CONFIG_ARC_TIMERS_64BIT is not set |