summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2016-02-24 10:48:40 -0800
committerMartin Roth <martinroth@google.com>2016-03-08 16:53:26 +0100
commit41aa8bc9abd8ce29a716d283c481fd74e9ac9567 (patch)
treefcc77268dee5503209751f764a45a9f1a4019363 /src/cpu/amd/model_fxx
parente63be8971bac14c50b97602aedcc2a85b7e5f540 (diff)
downloadcoreboot-41aa8bc9abd8ce29a716d283c481fd74e9ac9567.tar.xz
Kconfig: Remove unneeded UDELAY_IO redeclaration
UDELAY_IO is defined in src/cpu/x86/Kconfig, so it does not need to be redefined in the AMD cpu or board Kconfigs. Change-Id: I6676881c0ba5d1634230fc3d3c37da3afbc6fceb Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/13780 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/cpu/amd/model_fxx')
-rw-r--r--src/cpu/amd/model_fxx/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig
index ed5020ff89..c8bae33192 100644
--- a/src/cpu/amd/model_fxx/Kconfig
+++ b/src/cpu/amd/model_fxx/Kconfig
@@ -16,10 +16,6 @@ config CPU_ADDR_BITS
int
default 40
-config UDELAY_IO
- bool
- default n
-
config MAX_PHYSICAL_CPUS
int
default 1