[rpi3] Move SOC_BRCM_BCM2837 from UP config to SMP one

Now that BCM283x source are buildable with SMP option it cam be moved to
GENERIC SMP config. SMP itself does not work on RPi3 yet due to lack of
PSCI monitor which is work in progress at the moment
This commit is contained in:
Oleksandr Tymoshenko 2016-11-24 00:45:52 +00:00
parent 0f04f5deaa
commit 9153cbff42
2 changed files with 1 additions and 2 deletions

View File

@ -90,6 +90,7 @@ options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options SOC_ALLWINNER_A64
options SOC_CAVM_THUNDERX
options SOC_HISI_HI6220
options SOC_BRCM_BCM2837
# Annapurna Alpine drivers
device al_ccu # Alpine Cache Coherency Unit

View File

@ -21,5 +21,3 @@
include GENERIC
ident GENERIC-UP
nooptions SMP
options SOC_BRCM_BCM2837