From: Lukas Auer Date: Thu, 22 Nov 2018 10:26:27 +0000 (+0100) Subject: riscv: remove unused labels in start.S X-Git-Tag: v2019.01-rc1~26^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8bfa231cc6e1df1848273ed423a105890fd8b902;p=oweals%2Fu-boot.git riscv: remove unused labels in start.S 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 Reviewed-by: Bin Meng --- diff --git a/arch/riscv/cpu/start.S b/arch/riscv/cpu/start.S index 9804a8ac44..c313477ae0 100644 --- a/arch/riscv/cpu/start.S +++ b/arch/riscv/cpu/start.S @@ -34,15 +34,6 @@ .section .text .globl _start _start: - j handle_reset - -nmi_vector: - j nmi_vector - -trap_vector: - j trap_entry - -handle_reset: li t0, CONFIG_SYS_SDRAM_BASE SREG a2, 0(t0) la t0, trap_entry