From 41aa8bc9abd8ce29a716d283c481fd74e9ac9567 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 24 Feb 2016 10:48:40 -0800 Subject: 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 Reviewed-on: https://review.coreboot.org/13780 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/cpu/amd/pi/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cpu/amd/pi') 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 -- cgit v1.2.3