diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-13 18:21:21 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-13 20:25:40 +0200 |
commit | d1707b0152ce63fa31e9e52bf7a465bdc8e77aa8 (patch) | |
tree | e054f1af642a8418bebff09716adf0165f2d8b70 /src/cpu/ti/am335x/Kconfig | |
parent | 8fa8f4bdc341d3249aec5fda87f80417cb8917b3 (diff) |
ti/am335x: switch to generic udelay
Change-Id: Iac1ddbb95768dea98917211aa995f4111bf82647
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9617
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/ti/am335x/Kconfig')
-rw-r--r-- | src/cpu/ti/am335x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/ti/am335x/Kconfig b/src/cpu/ti/am335x/Kconfig index c0554b8df1..7fe2665135 100644 --- a/src/cpu/ti/am335x/Kconfig +++ b/src/cpu/ti/am335x/Kconfig @@ -7,6 +7,7 @@ config CPU_TI_AM335X select HAVE_UART_SPECIAL select BOOTBLOCK_CONSOLE select CPU_HAS_BOOTBLOCK_INIT + select GENERIC_UDELAY bool default n |