]> git.baikalelectronics.ru Git - uboot.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)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 15:30:32 +0000 (17:30 +0200)
commitb38bc15d256b32306fcfcc74e99c2777a948dde9
tree288e12eb9c9c8771602fba98c150eb5d002f2e3d
parent1df6effb979e487ac28eee7cf471f5c9e689b727
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