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