From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Thu, 06 Apr 2017 21:20:45 +0200 Subject: [U-Boot] [PATCH] rockchip: Print a message when returning to the bootrom In-Reply-To: <20170405020240.16301-1-sjg@chromium.org> References: <20170405020240.16301-1-sjg@chromium.org> Message-ID: <3271640.j1k1N4BT8C@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, 4. April 2017, 20:02:40 CEST schrieb Simon Glass: > 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 [...] > diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach-rockchip/Makefile > index 6b251c7e7e..5caecfb2c0 100644 > --- a/arch/arm/mach-rockchip/Makefile > +++ b/arch/arm/mach-rockchip/Makefile > @@ -4,6 +4,8 @@ > # SPDX-License-Identifier: GPL-2.0+ > # > > +obj-y += bootrom.o > + you also probably want obj-$(CONFIG_ROCKCHIP_BROM_HELPER) += bootrom.o > ifdef CONFIG_TPL_BUILD > obj-$(CONFIG_ROCKCHIP_RK3188) += rk3188-board-tpl.o > obj-$(CONFIG_ROCKCHIP_BROM_HELPER) += save_boot_param.o