]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: Print a message when returning to the bootrom
authorSimon Glass <sjg@chromium.org>
Sat, 15 Apr 2017 19:11:31 +0000 (13:11 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 18 Apr 2017 14:29:26 +0000 (10:29 -0400)
commit19701a5f3b65fa77ff661330f567277d3c4a3057
tree49ed8130075054777b060cfbb0fa05806fb7fa51
parenteac79e2c03c762d99bbcbb7992f812c187a95bd7
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>
arch/arm/include/asm/arch-rockchip/bootrom.h
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/bootrom.c [new file with mode: 0644]
arch/arm/mach-rockchip/save_boot_param.S