diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-07-29 12:43:06 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-31 22:02:41 +0200 |
commit | 0aede1185be6298bbc9501a0c596e64617bad58b (patch) | |
tree | c3a8581df3c35acec7dfcd1e280fc3ef69b577fa /src/northbridge/intel/haswell | |
parent | 71216c9bcdca6036f1032f09cdea64c9823efcf6 (diff) |
Drop unused EXTERNAL_MRC_BLOB
The Kconfig variable EXTERNAL_MRC_BLOB is not used.
Drop it.
Change-Id: I3caa5c2b6bcf5d2c13b6987da8ab3987bad0e506
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/3829
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/intel/haswell')
-rw-r--r-- | src/northbridge/intel/haswell/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig index 72ea08021f..4b15c7bb9a 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -35,10 +35,6 @@ config VGA_BIOS_ID string default "8086,0166" -config EXTERNAL_MRC_BLOB - bool - default n - config CACHE_MRC_SIZE_KB int default 512 |