aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:31:47 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:16 +0100
commit82f7b869f5d7aad246a4621a18a5ad04475815ba (patch)
tree06603a65ff6fa366f7c098178121af866a769fdf /arch/arm/mach-omap2
parent0852d5836161d7584f1c2603e3a44ce354555682 (diff)
downloadu-boot-82f7b869f5d7aad246a4621a18a5ad04475815ba.zip
u-boot-82f7b869f5d7aad246a4621a18a5ad04475815ba.tar.gz
u-boot-82f7b869f5d7aad246a4621a18a5ad04475815ba.tar.bz2
video: Drop CONFIG_AM335X_LCD
This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/am33xx/clock_am33xx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/am33xx/clock_am33xx.c b/arch/arm/mach-omap2/am33xx/clock_am33xx.c
index 3a7ac60..cd3b34b 100644
--- a/arch/arm/mach-omap2/am33xx/clock_am33xx.c
+++ b/arch/arm/mach-omap2/am33xx/clock_am33xx.c
@@ -227,10 +227,6 @@ void enable_basic_clocks(void)
&cmper->usb0clkctrl,
&cmper->emiffwclkctrl,
&cmper->emifclkctrl,
-#if CONFIG_IS_ENABLED(AM335X_LCD) && !CONFIG_IS_ENABLED(DM_VIDEO)
- &cmper->lcdclkctrl,
- &cmper->lcdcclkstctrl,
-#endif
0
};