From patchwork Fri Oct 19 22:07:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukas Auer X-Patchwork-Id: 987065 X-Patchwork-Delegate: uboot@andestech.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=aisec.fraunhofer.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42cKw13ftzz9sjG for ; Sat, 20 Oct 2018 09:14:41 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 396A0C21C4A; Fri, 19 Oct 2018 22:13:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 60250C21C3F; Fri, 19 Oct 2018 22:12:20 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id CF44BC21E15; Fri, 19 Oct 2018 22:10:51 +0000 (UTC) Received: from mail-edgeS23.fraunhofer.de (mail-edges23.fraunhofer.de [153.97.7.23]) by lists.denx.de (Postfix) with ESMTPS id 2731BC21C57 for ; Fri, 19 Oct 2018 22:10:48 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2EPAABKVcpb/xwBYJlkGgEBAQEBAgEBAQEHAgEBAQGBUwMBAQEBCwGCBIFTOoxsizuUMIRsgXoNhGwChQkhNgsNAQMBAQIBAQICAmkohTwGeRBRPRoGDgWDIYIBAah/ihoJAYcihCOBWD+BEAGIXYUNAohtlVQHAoENgQEEjk8LF4krhn4sliaBSgYsgVUzGiSDO5BZbQGMJAEB X-IPAS-Result: A2EPAABKVcpb/xwBYJlkGgEBAQEBAgEBAQEHAgEBAQGBUwMBAQEBCwGCBIFTOoxsizuUMIRsgXoNhGwChQkhNgsNAQMBAQIBAQICAmkohTwGeRBRPRoGDgWDIYIBAah/ihoJAYcihCOBWD+BEAGIXYUNAohtlVQHAoENgQEEjk8LF4krhn4sliaBSgYsgVUzGiSDO5BZbQGMJAEB X-IronPort-AV: E=Sophos;i="5.54,401,1534802400"; d="scan'208";a="6664216" Received: from mail-mtaka28.fraunhofer.de ([153.96.1.28]) by mail-edgeS23.fraunhofer.de with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2018 00:10:47 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BPAAAiVcpb/xBhWMBkHAEBAQQBAQcEAQGBUwUBAQsBhBGMbJ9rhGyBeg2EbAKFKTYLDQEDAQECAQECbSiFOwZ5EFE9GgYOBYMhggKof4oaCQGHIoV7P4EQAYhdhQ0CiG2VVAcCgQ2BAQSOTwsXiSuGfiyWJoFKBiuBVTMaJIM7kFk9MAGMJAEB X-IronPort-AV: E=Sophos;i="5.54,401,1534802400"; d="scan'208";a="18910112" Received: from fgdemucivp01ltm.xch.fraunhofer.de (HELO FGDEMUCIMP11EXC.ads.fraunhofer.de) ([192.88.97.16]) by mail-mtaKA28.fraunhofer.de with ESMTP/TLS/AES256-SHA; 20 Oct 2018 00:10:48 +0200 Received: from localhost.de (10.80.233.50) by FGDEMUCIMP11EXC.ads.fraunhofer.de (10.80.232.42) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 20 Oct 2018 00:12:06 +0200 From: Lukas Auer To: Date: Sat, 20 Oct 2018 00:07:34 +0200 Message-ID: <20181019220743.15020-22-lukas.auer@aisec.fraunhofer.de> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181019220743.15020-1-lukas.auer@aisec.fraunhofer.de> References: <20181019220743.15020-1-lukas.auer@aisec.fraunhofer.de> MIME-Version: 1.0 X-TM-AS-Product-Ver: SMEX-11.0.0.4179-8.200.1013-24166.002 X-TM-AS-Result: No--2.272900-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Cc: Greentime Hu Subject: [U-Boot] [PATCH 21/30] riscv: remove CONFIG_INIT_CRITICAL X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" CONFIG_INIT_CRITICAL is deprecated and not used for RISC-V. Remove it. Signed-off-by: Lukas Auer --- arch/riscv/cpu/start.S | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/arch/riscv/cpu/start.S b/arch/riscv/cpu/start.S index 88b4aaa1c0..f375a9316e 100644 --- a/arch/riscv/cpu/start.S +++ b/arch/riscv/cpu/start.S @@ -50,13 +50,6 @@ handle_reset: csrwi mstatus, 0 csrwi mie, 0 -/* - * Do CPU critical regs init only at reboot, - * not when booting from ram - */ -#ifdef CONFIG_INIT_CRITICAL - jal cpu_init_crit /* Do CPU critical regs init */ -#endif /* * Set stackpointer in internal/ex RAM to call board_init_f @@ -286,7 +279,3 @@ trap_entry: addi sp, sp, 32*REGBYTES mret -#ifdef CONFIG_INIT_CRITICAL -cpu_init_crit: - ret -#endif