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