commit | ddce022d527d8ab0a2be695422c155056033df1e | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Fri Sep 22 23:45:29 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:30:32 2017 +0200 |
tree | e1a719dce02f7dff56807180aeada9a7daabadb4 | |
parent | 6f73a2960a419e6b69f35f6d1785eec05f4c3357 [diff] |
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>