
On Wed, Jul 29, 2020 at 11:21 PM wig wig.cheng@technexion.com wrote:
It shows warning messages after compiled:
===================== 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.rst for more info. ====================================================
Enable DM_VIDEO will be solved this warning although there's no difference no matter enable DM_VIDEO or not on runtime level, just for warning message.
I'll improve the commit log if you think it's okay, thanks a lot.
Yes, with the improved commit log and removing CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE=0x0 the patch will be good.
Thanks