diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/siemens/mc_apl1/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index df1d8c48e8..de4df6213b 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -83,7 +83,7 @@ config MAINBOARD_FAMILY config MAX_CPUS int - default 8 + default 4 config UART_FOR_CONSOLE int diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig index 0fe4a25a01..705351f742 100644 --- a/src/mainboard/siemens/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/Kconfig @@ -42,6 +42,6 @@ config UART_FOR_CONSOLE config MAX_CPUS int - default 8 + default 4 endif # BOARD_SIEMENS_BASEBOARD_MC_APL1 |