Re: [U-Boot] [v1] ls1028a: video: Add a empty video hw init for LS1028A

2019-05-16 Thread Bin Meng
On Thu, May 16, 2019 at 11:57 AM Wen He wrote: > > The video driver causes a link failure when config VIDEO built-in, > > drivers/video/cfb_console.c:2022: undefined reference to `video_hw_init' > > Adding a empty video hw init to slove the build issue, now the board > does not support display any

[U-Boot] [v1] ls1028a: video: Add a empty video hw init for LS1028A

2019-05-15 Thread Wen He
The video driver causes a link failure when config VIDEO built-in, drivers/video/cfb_console.c:2022: undefined reference to `video_hw_init' Adding a empty video hw init to slove the build issue, now the board does not support display anything on U-boot. Signed-off-by: Wen He --- board/freescal