Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
- fix EDID mode filtering - extend mxc_ipuv3_fb to enable backlight/display - include fb_base in global_data for DM_VIDEO - show frame buffer address via board info as used to be with legacy VIDEO support
This commit is contained in:
@@ -328,7 +328,7 @@ static int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc,
|
||||
print_num("reloc off", gd->reloc_off);
|
||||
print_num("irq_sp", gd->irq_sp); /* irq stack pointer */
|
||||
print_num("sp start ", gd->start_addr_sp);
|
||||
#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO)
|
||||
#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO) || defined(CONFIG_DM_VIDEO)
|
||||
print_num("FB base ", gd->fb_base);
|
||||
#endif
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user