summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-16 21:10:32 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:06:07 +0300
commit789bb9537a4427798e3e28ff0c6be2c27454315f (patch)
treeaa77cfb7dc09efed2d7130f775bac079cff34b50 /include
parent3408d96e6cec9dac16fce1a32a522c5de8a182ae (diff)
downloadu-boot-789bb9537a4427798e3e28ff0c6be2c27454315f.tar.xz
Convert CONFIG_SYS_OMAP_ABE_SYSCK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_OMAP_ABE_SYSCK Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am57xx_evm.h2
-rw-r--r--include/configs/dra7xx_evm.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
index c3b6a3fbda..84555f3b13 100644
--- a/include/configs/am57xx_evm.h
+++ b/include/configs/am57xx_evm.h
@@ -20,8 +20,6 @@
#define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
#define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
-#define CONFIG_SYS_OMAP_ABE_SYSCK
-
#ifndef CONFIG_SPL_BUILD
#define DFUARGS \
"dfu_bufsiz=0x10000\0" \
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index e1d18a7783..bb335a0a47 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -31,8 +31,6 @@
#define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
#define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
-#define CONFIG_SYS_OMAP_ABE_SYSCK
-
#ifndef CONFIG_SPL_BUILD
#define DFUARGS \
"dfu_bufsiz=0x10000\0" \