diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-11-20 18:47:38 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-11-22 02:00:52 +0100 |
commit | c79ced0a68f9ae294f5c7d288863e3e3f0532928 (patch) | |
tree | 33aa3beab325681926170b9cb9430ad8b0c4eb34 /src/mainboard | |
parent | 5d0a93d5e74b5d6305f0b96cf04cc818061879d1 (diff) |
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.
Change-Id: Ifdaaceace04f9ba0753aab2d3b05c0519367f91f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17537
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index 281d498459..3d2a892b60 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -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 |