UPSTREAM: mb/gigabyte/ga-g41m-es2l: Add MAX_CPU = 4 in Kconfig
This motherboard support Intel core 2 quads. Before this change SeaBIOS was not usable, due to it crashing before it got to load anything. BUG=None BRANCH=None TEST=None Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/17537 Tested-by: build bot (Jenkins) Reviewed-by: Kysti Mlkki <kyosti.malkki@gmail.com> Change-Id: Ifdaaceace04f9ba0753aab2d3b05c0519367f91f Reviewed-on: https://chromium-review.googlesource.com/415047 Commit-Ready: Aaron Durbin <adurbin@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
587df548ba
commit
f6621504f1
1 changed files with 4 additions and 0 deletions
|
|
@ -46,4 +46,8 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "GA-G41M-ES2L"
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 4
|
||||
|
||||
endif # BOARD_GIGABYTE_GA_G41M_ES2L
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue