]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6sabresd: Avoid calling setup_display() from SPL code
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 23 Sep 2017 02:45:28 +0000 (23:45 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 23 Sep 2017 21:07:22 +0000 (18:07 -0300)
commit3cfa1bd347d4e59b37837bf0f338980577d2b010
treefb274b0b0f4342ce8e725734d6b36470441d0710
parent6d9b99b92394973450af642314227d9102fabd73
mx6sabresd: Avoid calling setup_display() from SPL code

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 <sbabic@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
(cherry picked from commit 3d33dfa758b8a85e1301f43c2c349dd8c57c6f6b)
board/freescale/mx6sabresd/mx6sabresd.c