Re: [U-Boot] [PATCH] imx: ventana: re-enable late board info display

2016-07-28 Thread Stefano Babic
On 29/06/2016 17:58, Tim Harvey wrote: > 3b1f681131149b5f62602f582a7e60b0185a2a49 caused a regression that removes > board info dispaly for Gateworks Ventana boards because it made the invalid > assumption that CONFIG_DISPLAY_BOARDINFO_LATE was the same thing as > CONFIG_DISPLAY_BOARDINFO. > > Ven

[U-Boot] [PATCH] imx: ventana: re-enable late board info display

2016-06-29 Thread Tim Harvey
3b1f681131149b5f62602f582a7e60b0185a2a49 caused a regression that removes board info dispaly for Gateworks Ventana boards because it made the invalid assumption that CONFIG_DISPLAY_BOARDINFO_LATE was the same thing as CONFIG_DISPLAY_BOARDINFO. Ventana needs to call show_board_info in late init bec