1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

Move SOC_BRCM_BCM2837 to GENERIC-UP since does not support SMP

This commit is contained in:
Oleksandr Tymoshenko 2016-10-19 02:03:30 +00:00
parent f9f49ce5e3
commit 3ab1c20e5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307593
2 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,6 @@ 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,3 +21,5 @@
include GENERIC
ident GENERIC-UP
nooptions SMP
options SOC_BRCM_BCM2837