Re: [U-Boot] [PATCH v5 2/9] atmel: common: Add function to display via DM_VIDEO's API

2017-09-12 Thread Simon Glass
On 12 September 2017 at 20:10, Wenyou Yang wrote: > Add a function to display the company's logo and board information > via the API from DM_VIDEO. This function can be shared by other > atmel boards, so locate it in board/atmel/common folder. > > Signed-off-by: Wenyou Yang > --- > > Changes in v

[U-Boot] [PATCH v5 2/9] atmel: common: Add function to display via DM_VIDEO's API

2017-09-12 Thread Wenyou Yang
Add a function to display the company's logo and board information via the API from DM_VIDEO. This function can be shared by other atmel boards, so locate it in board/atmel/common folder. Signed-off-by: Wenyou Yang --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: No