]> git.sur5r.net Git - u-boot/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)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 15:30:32 +0000 (17:30 +0200)
commitb5d959910b75219b7b64dbc46145744616a0c001
tree288e12eb9c9c8771602fba98c150eb5d002f2e3d
parent1b22c5ba496ffc9b0702919d58c410ed1527ab63
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>
board/freescale/mx6sabresd/mx6sabresd.c