Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13780
-gerrit
commit 97addcfbc98c851aaebb63a01efb1f9be5782e6f Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Wed Feb 24 10:48:40 2016 -0800
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 --- src/cpu/amd/agesa/Kconfig | 4 ---- src/cpu/amd/family_10h-family_15h/Kconfig | 4 ---- src/cpu/amd/model_fxx/Kconfig | 4 ---- src/cpu/amd/pi/Kconfig | 4 ---- src/mainboard/amd/dinar/Kconfig | 4 ---- 5 files changed, 20 deletions(-)
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index 72348f4..ae5e854 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 14ab1cd..46f6bdd 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 ed5020f..c8bae33 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 be0052e..3e8d5c7 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 diff --git a/src/mainboard/amd/dinar/Kconfig b/src/mainboard/amd/dinar/Kconfig index 57578ab..b80af9c 100644 --- a/src/mainboard/amd/dinar/Kconfig +++ b/src/mainboard/amd/dinar/Kconfig @@ -128,10 +128,6 @@ config ONBOARD_LIGHTSENSOR bool default n
-config UDELAY_IO - bool - default n - config REDIRECT_CIMX_TRACE_TO_SERIAL bool "Redirect CIMX Trace to serial console" default y