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