From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 9 Oct 2019 22:02:41 +0800 Subject: [U-Boot] [PATCH 067/126] x86: Panic when SPL or TPL fail In-Reply-To: <20190925145750.200592-68-sjg@chromium.org> References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-68-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present when these fail to boot there is no message, just a hang. Add a > panic so it is obvious that something when wrong. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/spl.c | 2 +- > arch/x86/lib/tpl.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng