diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-10-14 10:29:04 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-17 01:40:08 +0000 |
commit | c81bb2cd3653ca7b998551aad46209d77c3f1655 (patch) | |
tree | b28f2df55dc3f406fb79f6c4fac48459fdd877ca /src/mainboard/amd | |
parent | e200c1cf6f439658cc00024679b35fc46d772cad (diff) | |
download | coreboot-c81bb2cd3653ca7b998551aad46209d77c3f1655.tar.xz |
amd/agesa: Remove redundant UDELAY_LAPIC selection
This is already selected in `src/cpu/amd/agesa/Kconfig`.
Change-Id: I691a2ade10ee461b6bc34ea24d57a911281791f3
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/22011
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/parmer/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/amd/south_station/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/amd/union_station/Kconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/amd/parmer/Kconfig b/src/mainboard/amd/parmer/Kconfig index ab92d8cd1e..db942a2282 100644 --- a/src/mainboard/amd/parmer/Kconfig +++ b/src/mainboard/amd/parmer/Kconfig @@ -27,7 +27,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_4096 select GFXUMA - select UDELAY_LAPIC config MAINBOARD_DIR string diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig index f92d27d23c..c48e5eb322 100644 --- a/src/mainboard/amd/south_station/Kconfig +++ b/src/mainboard/amd/south_station/Kconfig @@ -27,7 +27,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_4096 select GFXUMA - select UDELAY_LAPIC config MAINBOARD_DIR string diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig index 83660bb77c..726e28e385 100644 --- a/src/mainboard/amd/union_station/Kconfig +++ b/src/mainboard/amd/union_station/Kconfig @@ -26,7 +26,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_2048 select GFXUMA - select UDELAY_LAPIC config MAINBOARD_DIR string |