diff options
author | David Hubbard <david.c.hubbard+coreboot@gmail.com> | 2013-05-02 18:06:03 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-05-03 06:23:41 +0200 |
commit | 825c78b5da98c7155ff6be3322cdaae0e5a060e8 (patch) | |
tree | a510de86e4ba6fb787a9155138126182ad781900 /src/cpu/amd/agesa/family15tn | |
parent | 3f39cd2920ccc3286cda152f7abc08590ae49f66 (diff) | |
download | coreboot-825c78b5da98c7155ff6be3322cdaae0e5a060e8.tar.xz |
mainboard/{asus/f2a85-m,amd/thatcher}: move UDELAY_LAPIC
Stefan Reinauer suggested 'select UDELAY_LAPIC' did not belong in
f2a85-m/Kconfig. It got there via copy-paste from thatcher/Kconfig
so this commit removes the 'select UDELAY_LAPIC' from both and puts
it in cpu/amd/agesa/family15tn/Kconfig
Since f2a85-m is the only Thatcher board coreboot supports right
now, this should not break any other boards.
Change-Id: I811b579c31f8d259a237d3a6724ad3b17f3a6c3e
Signed-off-by: David Hubbard <david.c.hubbard+coreboot@gmail.com>
Reviewed-on: http://review.coreboot.org/3178
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/amd/agesa/family15tn')
-rw-r--r-- | src/cpu/amd/agesa/family15tn/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/agesa/family15tn/Kconfig b/src/cpu/amd/agesa/family15tn/Kconfig index d2f5a8c1b2..57045cde5a 100644 --- a/src/cpu/amd/agesa/family15tn/Kconfig +++ b/src/cpu/amd/agesa/family15tn/Kconfig @@ -21,6 +21,7 @@ config CPU_AMD_AGESA_FAMILY15_TN bool select PCI_IO_CFG_EXT select X86_AMD_FIXED_MTRRS + select UDELAY_LAPIC config CPU_ADDR_BITS int |