]> code.ossystems Code Review - bsp/u-boot.git/commit
cgtqmx6eval: Avoid calling setup_display() from SPL code
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 23 Sep 2017 02:45:29 +0000 (23:45 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 23 Sep 2017 21:07:22 +0000 (18:07 -0300)
commit025f356829e02155921ee2eeaa3fffb96f2ab884
treef94120603fe241e7d8e5864d4a96d1c1726d07ad
parent3cfa1bd347d4e59b37837bf0f338980577d2b010
cgtqmx6eval: 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 9bf30fdcf2927c463a965a8d55e1e22c7f759eb5)
board/congatec/cgtqmx6eval/cgtqmx6eval.c