aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:59:22 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:17 +0100
commit0f9b86f811f9062a01329ebb060c0e719256c43e (patch)
treee70715cc718158bfb0c45023c9fbef0bda698232 /cmd
parent777f3e369516e4260fb779896c76fc290fc4f42c (diff)
downloadu-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.zip
u-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.tar.gz
u-boot-0f9b86f811f9062a01329ebb060c0e719256c43e.tar.bz2
video: Drop remaining references to CONFIG_LCD
These rely on the old LCD implementation which is to be removed. Drop it all. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bdinfo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c
index af2e975..c454e6e 100644
--- a/cmd/bdinfo.c
+++ b/cmd/bdinfo.c
@@ -124,9 +124,6 @@ int do_bdinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
bdinfo_print_num_l("fdt_size", (ulong)gd->fdt_size);
if (IS_ENABLED(CONFIG_DM_VIDEO))
show_video_info();
-#if defined(CONFIG_LCD)
- bdinfo_print_num_l("FB base ", gd->fb_base);
-#endif
#if CONFIG_IS_ENABLED(MULTI_DTB_FIT)
bdinfo_print_num_l("multi_dtb_fit", (ulong)gd->multi_dtb_fit);
#endif