diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-04-06 21:37:49 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-04-15 20:08:08 +0200 |
commit | 4bc9c28811706287753c084c696b59a116269f05 (patch) | |
tree | b7f0ff262029fca5a0ba63bf80b15cfb64c16f9b /src/northbridge | |
parent | 026f7df763c5658a31e335d6de68263bd9bc2893 (diff) |
nb/intel/x4x/Kconfig: Don't fix CBFS_SIZE on i82801gx southbridge
The x4x northbridge can be paired with either an ICH7 (in the case of
g41) or an ICH10 (all other cases: g45, q45, p45, ...). Only ICH10
sometimes occurs with a descriptor, gbe and an ME region.
ICH7 is always descriptorless so it makes no sense to fix CBFS to
accommodate for those other objects.
Change-Id: I4a01dfdbce1807e44932a3ac812110382332abd8
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19181
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/x4x/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig index cbbd9de0bc..716a015fbf 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -28,7 +28,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy config CBFS_SIZE hex - default 0x100000 + default 0x100000 if !SOUTHBRIDGE_INTEL_I82801GX config BOOTBLOCK_NORTHBRIDGE_INIT string |