tegra: Drop old LCD code
authorSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 12:10:04 +0000 (06:10 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 19:07:17 +0000 (20:07 +0100)
This relies on the old LCD implementation which is to be removed. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/tegra124/display.c
include/configs/tegra-common-post.h

index f642b3b..78ab3f9 100644 (file)
@@ -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>
index c8f9d7c..823b5d6 100644 (file)
 #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