Re: [U-Boot] [PATCH 02/12] arm: mx6: cm-fx6: make it possible to not init display

2015-08-02 Thread Stefano Babic
On 23/07/2015 16:19, Nikita Kiryanov wrote: Implement a cm-fx6 specific board_video_skip() to provide the option to not initialize the display. The new function does not init display if the environment variable panel is not defined, or if it is set to an unsupported value. Collateral

[U-Boot] [PATCH 02/12] arm: mx6: cm-fx6: make it possible to not init display

2015-07-23 Thread Nikita Kiryanov
Implement a cm-fx6 specific board_video_skip() to provide the option to not initialize the display. The new function does not init display if the environment variable panel is not defined, or if it is set to an unsupported value. Collateral changes: - Don't use the global displays array (it's