On Wed, Sep 23, 2020 at 11:16 AM Simon Glass <s...@chromium.org> wrote: > > At present the 'bdinfo' command shows the framebuffer address, but not the > address of the copy framebuffer, if present. Add support for this. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > --- > > Changes in v3: > - Update header file to avoid build error with !DM_VIDEO > > cmd/bdinfo.c | 26 +++++++++++++++++++++++++- > include/video.h | 6 ++---- > 2 files changed, 27 insertions(+), 5 deletions(-) >
applied to u-boot-x86/next, thanks!