diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-11-08 15:22:34 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-17 13:25:21 +0000 |
commit | 185b16d9466b9f2a047a3f6585453a637353b4a0 (patch) | |
tree | e8809ae968caa19ae642ca24566dc2d190eb60d5 | |
parent | a3d3bc5640c2bb4d8d5c77e7235f46cf1fb6e2c4 (diff) |
nb/amd/pi/Kconfig: Drop unused Kconfig symbol
Change-Id: I713b3fed3fc6d55139badec93a67943dd93ced2a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69333
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
-rw-r--r-- | src/northbridge/amd/pi/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig index 6ae1c3af09..61d368c404 100644 --- a/src/northbridge/amd/pi/Kconfig +++ b/src/northbridge/amd/pi/Kconfig @@ -37,8 +37,4 @@ config HEAP_SIZE hex default 0xc0000 -config NUM_OF_IOAPICS - int - default 3 - endif # NORTHBRIDGE_AMD_PI |