]> code.ossystems Code Review - bsp/u-boot.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)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 23 Sep 2017 21:07:22 +0000 (18:07 -0300)
commit939d30becd517a75122a441278b9cd29b7d8d593
tree59d59d791bc107b86d9266879a73e901655c4816
parent025f356829e02155921ee2eeaa3fffb96f2ab884
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>
(cherry picked from commit 8571ed8457c17f7bea51345ec0322811232fa3e9)
board/wandboard/wandboard.c