diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-05 14:23:56 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-25 20:03:34 +0100 |
commit | 58fdb4fe15f949745b31f1d8136226ab88f7271d (patch) | |
tree | fb4232093ee341d2ba1f3c45d7dd96dead7ad2d2 /src/southbridge/intel/lynxpoint/Kconfig | |
parent | 4337020b950454815204eed4e43a894be0b125ca (diff) | |
download | coreboot-58fdb4fe15f949745b31f1d8136226ab88f7271d.tar.xz |
lynxpoint: Kill alternative cbfs_load_payload.
With generic load using 32-bit accesses this is no longer has a
huge impact it previously did. It's also unnecessarily
component-speficific.
Change-Id: I7e8a74ea1ceaa225e1024f9eb43e7280773e2b5a
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5131
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/Kconfig')
-rw-r--r-- | src/southbridge/intel/lynxpoint/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index bfb7b734cb..f0c62e4dd9 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -32,7 +32,6 @@ config SOUTH_BRIDGE_OPTIONS # dummy select PCIEXP_ASPM select PCIEXP_COMMON_CLOCK select SPI_FLASH - select ALT_CBFS_LOAD_PAYLOAD config INTEL_LYNXPOINT_LP bool |