diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-09-16 12:48:28 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-17 08:18:19 +0000 |
commit | eb5fa79723affe6d95dd4b2d56d6205bf396b6ef (patch) | |
tree | 1d57f046356ebd95bb271a72a1bf570e339850a6 /src/mainboard/packardbell | |
parent | ca24fe48c46f30289caba693e1003e2807df4b10 (diff) |
cpu/intel/model_2065x: Don't redefine CPU_ADDR_BITS
This Kconfig symbol is set at a default of 36 in cpu/x86 and is now
only used in the romcc bootblock to set up caching to upgrade the
microcode. It's not mainboard specific.
Change-Id: I29d3a8308025e586a823603f8d6edafd30cb9d95
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35436
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/packardbell')
-rw-r--r-- | src/mainboard/packardbell/ms2290/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/packardbell/ms2290/Kconfig b/src/mainboard/packardbell/ms2290/Kconfig index 932d6b84bf..a104fecd8c 100644 --- a/src/mainboard/packardbell/ms2290/Kconfig +++ b/src/mainboard/packardbell/ms2290/Kconfig @@ -42,8 +42,4 @@ config MAX_CPUS int default 4 -config CPU_ADDR_BITS - int - default 36 - endif |