Re: [U-Boot] [PATCH 6/6] colibri_imx6: Avoid calling setup_display() from SPL code

2017-09-24 Thread Max Krummenacher
Hi I tested this together with Anatolij's patch [1] on a Colibri iMX6. Both with the SPL and non SPL config the behaviour of the graphical output is as expected. Tested-by: Max Krummenacher Thanks Fabio. Max [1] http://patchwork.ozlabs.org/patch/806755

[U-Boot] [PATCH 6/6] colibri_imx6: Avoid calling setup_display() from SPL code

2017-09-22 Thread Fabio Estevam
From: Fabio Estevam There is no need call setup_display() from SPL code, so move it to board_init(), which executes only in U-Boot proper. Reported-by: Stefano Babic Signed-off-by: Fabio Estevam --- board/toradex/colibri_imx6/colibri_imx6.c | 7 --- 1 file changed, 4 insertions(+), 3 dele