[U-Boot] [PATCH 04/30] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
Rick Chen
rickchen36 at gmail.com
Tue Oct 23 01:46:35 UTC 2018
> > Hi Lukas,
> >
> > On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer <lukas.auer at aisec.fraunhofer.de>
> > wrote:
> > >
> > > RISC-V defines the base integer instruction sets as RV32I and RV64I.
> > > Rename CPU_RISCV_32 and CPU_RISCV_64 to ARCH_RV32I and ARCH_64I to
> > > match
> >
> > ARCH_RV64I
> >
> > > this convention.
> > >
> > > Signed-off-by: Lukas Auer <lukas.auer at aisec.fraunhofer.de>
> > > ---
> > >
> > > arch/riscv/Kconfig | 16 ++++++++--------
> > > arch/riscv/lib/setjmp.S | 2 +-
> > > configs/ax25-ae350_defconfig | 2 +-
> > > configs/qemu-riscv64_defconfig | 2 +-
> > > include/config_distro_bootcmd.h | 8 ++++----
> > > 5 files changed, 15 insertions(+), 15 deletions(-)
> > >
> >
> > > Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Reviewed-by: Rick Chen <rick at andestech.com>
> > > Regards,
> > > Bin
More information about the U-Boot
mailing list