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/mainboard/amd | |
parent | e63be8971bac14c50b97602aedcc2a85b7e5f540 (diff) |
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/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/dinar/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/amd/dinar/Kconfig b/src/mainboard/amd/dinar/Kconfig index 57578ab4c7..b80af9cd29 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 |