diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-02-24 10:48:40 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-08 16:53:26 +0100 |
commit | 41aa8bc9abd8ce29a716d283c481fd74e9ac9567 (patch) | |
tree | fcc77268dee5503209751f764a45a9f1a4019363 /src/cpu | |
parent | e63be8971bac14c50b97602aedcc2a85b7e5f540 (diff) | |
download | coreboot-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')
-rw-r--r-- | src/cpu/amd/agesa/Kconfig | 4 | ||||
-rw-r--r-- | src/cpu/amd/family_10h-family_15h/Kconfig | 4 | ||||
-rw-r--r-- | src/cpu/amd/model_fxx/Kconfig | 4 | ||||
-rw-r--r-- | src/cpu/amd/pi/Kconfig | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index 72348f455e..ae5e8549df 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -34,10 +34,6 @@ config CPU_AMD_AGESA if CPU_AMD_AGESA -config UDELAY_IO - bool - default n - config XIP_ROM_SIZE hex default 0x100000 diff --git a/src/cpu/amd/family_10h-family_15h/Kconfig b/src/cpu/amd/family_10h-family_15h/Kconfig index 14ab1cd770..46f6bdda4a 100644 --- a/src/cpu/amd/family_10h-family_15h/Kconfig +++ b/src/cpu/amd/family_10h-family_15h/Kconfig @@ -51,10 +51,6 @@ config DCACHE_AP_STACK_SIZE hex default 0x500 -config UDELAY_IO - bool - default n - config SET_FIDVID bool default y 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 diff --git a/src/cpu/amd/pi/Kconfig b/src/cpu/amd/pi/Kconfig index be0052eba3..3e8d5c712e 100644 --- a/src/cpu/amd/pi/Kconfig +++ b/src/cpu/amd/pi/Kconfig @@ -30,10 +30,6 @@ config CPU_AMD_PI if CPU_AMD_PI -config UDELAY_IO - bool - default n - config XIP_ROM_SIZE hex default 0x100000 |