From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 31 Oct 2018 10:14:04 +0800 Subject: [U-Boot] [PATCH v2 20/29] riscv: remove unused labels in start.S In-Reply-To: <20181030125553.5230-21-lukas.auer@aisec.fraunhofer.de> References: <20181030125553.5230-1-lukas.auer@aisec.fraunhofer.de> <20181030125553.5230-21-lukas.auer@aisec.fraunhofer.de> 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 Tue, Oct 30, 2018 at 8:57 PM Lukas Auer wrote: > > The labels nmi_vector, trap_vector and handle_reset in start.S are not > used for RISC-V. Remove them. > > Signed-off-by: Lukas Auer > --- > > Changes in v2: > - Drop removal of code that stores the contents of a2; this broke the > board ax25-ae350. The code will be removed again in a future patch. > > arch/riscv/cpu/start.S | 9 --------- > 1 file changed, 9 deletions(-) > Reviewed-by: Bin Meng