From patchwork Sun Mar 22 15:07:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 453129 X-Patchwork-Delegate: yamada.m@jp.panasonic.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5DC2B140082 for ; Mon, 23 Mar 2015 02:08:19 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A23A8A7438; Sun, 22 Mar 2015 16:08:11 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gh129nG1yOVd; Sun, 22 Mar 2015 16:08:11 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 57C20A7433; Sun, 22 Mar 2015 16:08:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F2C6A4B64D for ; Sun, 22 Mar 2015 16:08:01 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QPuzD3vqpg29 for ; Sun, 22 Mar 2015 16:08:01 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg012-v.nifty.com (conuserg012.nifty.com [202.248.44.38]) by theia.denx.de (Postfix) with ESMTPS id 2F1C74B662 for ; Sun, 22 Mar 2015 16:08:00 +0100 (CET) Received: from oscar.sesame (KD106179206102.au-net.ne.jp [106.179.206.102]) (authenticated) by conuserg012-v.nifty.com with ESMTP id t2MF7bI2015355; Mon, 23 Mar 2015 00:07:48 +0900 X-Nifty-SrcIP: [106.179.206.102] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 23 Mar 2015 00:07:24 +0900 Message-Id: <1427036853-9473-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1427036853-9473-1-git-send-email-yamada.masahiro@socionext.com> References: <1427036853-9473-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini Subject: [U-Boot] [PATCH 04/13] ARM: UniPhier: enable CONFIG_PANIC_HANG X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Do not reset board on panic, which allows us to not link reset_cpu() into SPL. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index df89d14..58608ca 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2012-2015 Panasonic Corporation - * Author: Masahiro Yamada + * Copyright (C) 2015 Socionext Inc. + * Author: Masahiro Yamada * * SPDX-License-Identifier: GPL-2.0+ */ @@ -288,6 +289,8 @@ #define CONFIG_SYS_INIT_SP_ADDR ((CONFIG_SYS_TEXT_BASE) - 0x00001000) #endif +#define CONFIG_PANIC_HANG + #define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_NAND_SUPPORT