commit | ef0ab850e40356404fa3a06751b5763861b4b0d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 15 13:11:31 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 18 10:29:26 2017 -0400 |
tree | 49ed8130075054777b060cfbb0fa05806fb7fa51 | |
parent | 3ec0182e5b4c7aaa43efd87cbc7c1197e1e87452 [diff] |
rockchip: Print a message when returning to the bootrom At present if the return to bootrom fails (e.g. because you are not using the Rockchip's bootrom's pointer table in MMC) then the board prints SPL message and hangs. Print a message first if we can, to help in understanding what happened when it hangs. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Heiko Stuebner <heiko@sntech.de>