diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-01 08:58:59 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-04 04:50:40 +0000 |
commit | c859f10eec6b8f8120c4683f281461a68f9b374f (patch) | |
tree | 700e5166d0720470eba76f46259850957b2e99a1 /src/northbridge/intel/e7505/Kconfig | |
parent | 768cd37bc3aa399488bf299486b46e1b1d4f1da7 (diff) |
intel/e7505: Drop ECC scrubber code
This was already disabled and mostly incompatible
with romstage having stack in CAR.
Change-Id: I1fe02bef668a5bc8ce3d5a1d8090670752b10c3e
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30621
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/e7505/Kconfig')
-rw-r--r-- | src/northbridge/intel/e7505/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/intel/e7505/Kconfig b/src/northbridge/intel/e7505/Kconfig index 7f905f26a6..a774c0e8f5 100644 --- a/src/northbridge/intel/e7505/Kconfig +++ b/src/northbridge/intel/e7505/Kconfig @@ -24,8 +24,4 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy select HAVE_DEBUG_RAM_SETUP select POSTCAR_STAGE -config HW_SCRUBBER - bool - default n - endif |