OLIMEX / OLINUXINO

OLINUXINO is Open Source / Open Hardware, low cost from EUR 24 Linux Industrial grade Single Board Computer capable to operate -25+85C
www.olimex.com
1.35k stars 757 forks source link

This board does not use CONFIG_DM_VIDEO #77

Closed benkinooby closed 5 years ago

benkinooby commented 5 years ago

Hi,

when I build u-boot for A20 OLinuXino Micro from the mainline u-boot repo I get a warning as shown below

# make A20-OLinuXino_MICRO_defconfig
# make
...
  LD      spl/fs/built-in.o
  LDS     spl/u-boot-spl.lds
  LD      spl/u-boot-spl
  OBJCOPY spl/u-boot-spl-nodtb.bin
  COPY    spl/u-boot-spl.bin
  MKSUNXI spl/sunxi-spl.bin
  MKIMAGE u-boot.img
  COPY    u-boot.dtb
  MKIMAGE u-boot-dtb.img
  BINMAN  u-boot-sunxi-with-spl.bin
===================== WARNING ======================
This board does not use CONFIG_DM_VIDEO Please update
the board to use CONFIG_DM_VIDEO before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================

If this warning does not apply to you, please close this ticket.

DanKoloff commented 5 years ago

It is safe to ignore the warning. It is meant for us as a notice in the long term.