summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-18 15:10:04 +0300
committerAnatolij Gustschin <agust@denx.de>2022-10-30 22:07:17 +0300
commitbaefc721921d0ee2f30996fda260de1965148aee (patch)
treed6ddb7c81634aa9a13b546c9402a76c4bab7ffc7
parent5cab749b9bd020c73f657ac2fbbbc3495b614a40 (diff)
downloadu-boot-baefc721921d0ee2f30996fda260de1965148aee.tar.xz
tegra: Drop old LCD code
This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--drivers/video/tegra124/display.c1
-rw-r--r--include/configs/tegra-common-post.h10
2 files changed, 2 insertions, 9 deletions
diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c
index f642b3b10a..78ab3f99c4 100644
--- a/drivers/video/tegra124/display.c
+++ b/drivers/video/tegra124/display.c
@@ -12,7 +12,6 @@
#include <errno.h>
#include <display.h>
#include <edid.h>
-#include <lcd.h>
#include <log.h>
#include <part.h>
#include <video.h>
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index c8f9d7cb17..823b5d63d0 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -37,12 +37,6 @@
#define STDIN_KBD_USB ""
#endif
-#ifdef CONFIG_LCD
-#define STDOUT_LCD ",lcd"
-#else
-#define STDOUT_LCD ""
-#endif
-
#ifdef CONFIG_DM_VIDEO
#define STDOUT_VIDEO ",vidconsole"
#else
@@ -57,8 +51,8 @@
#define TEGRA_DEVICE_SETTINGS \
"stdin=serial" STDIN_KBD_KBC STDIN_KBD_USB STDOUT_CROS_EC "\0" \
- "stdout=serial" STDOUT_LCD STDOUT_VIDEO "\0" \
- "stderr=serial" STDOUT_LCD STDOUT_VIDEO "\0" \
+ "stdout=serial" STDOUT_VIDEO "\0" \
+ "stderr=serial" STDOUT_VIDEO "\0" \
""
#ifndef BOARD_EXTRA_ENV_SETTINGS