summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:00:37 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:16 +0100
commitb5b1ce8a21b6ff4c92af7e1942b9f97421a7f6df (patch)
tree9ce81a534ee64b329c09fe0527e01588c08a23be /common/Makefile
parent2fd5a57af6cdb256c24d561bd7c6a0d10ccb542e (diff)
video: lcd: Drop console rotation
This option is not used in U-Boot anymore. Drop it option and the associated implementation. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index 1d56c9f289..d3175b7a85 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -38,7 +38,6 @@ obj-$(CONFIG_SPLASH_SOURCE) += splash_source.o
ifndef CONFIG_DM_VIDEO
obj-$(CONFIG_LCD) += lcd.o lcd_console.o
endif
-obj-$(CONFIG_LCD_ROTATION) += lcd_console_rotation.o
obj-$(CONFIG_MENU) += menu.o
obj-$(CONFIG_UPDATE_COMMON) += update.o
obj-$(CONFIG_USB_KEYBOARD) += usb_kbd.o