]> git.ipfire.org Git - people/ms/u-boot.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)
commitae40e82eeff7a3c71c375c183e9fe817b7280a1c
tree433823aa52bb96126d42fa5930dd0b9cce993624
parent1b853e4793121e58bf52bf1320ebd6b5840620c8
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