]> git.baikalelectronics.ru Git - uboot.git/commit
mx6cuboxi: Avoid calling setup_display() from SPL code
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 23 Sep 2017 02:45:31 +0000 (23:45 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 15:30:32 +0000 (17:30 +0200)
commitd34d10672051321320d9cf76f7b03cb063b4b8ae
tree433823aa52bb96126d42fa5930dd0b9cce993624
parent03e23fd03563372ec7e0776ea1184f5f926ed5bd
mx6cuboxi: 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/solidrun/mx6cuboxi/mx6cuboxi.c