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 <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c95cafd0b1
commit
8bfa231cc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user