Skip to content

Commit

Permalink
tegra: Drop old LCD code
Browse files Browse the repository at this point in the history
This relies on the old LCD implementation which is to be removed. Drop it.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 authored and vdsao committed Oct 30, 2022
1 parent 5cab749 commit baefc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion drivers/video/tegra124/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
10 changes: 2 additions & 8 deletions include/configs/tegra-common-post.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit baefc72

Please sign in to comment.