Re: [U-Boot] [PATCH v2 20/29] riscv: remove unused labels in start.S

2018-10-30 Thread Bin Meng
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-

[U-Boot] [PATCH v2 20/29] riscv: remove unused labels in start.S

2018-10-30 Thread Lukas Auer
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