riscv: cpu: nx25: Rename as ax25
authorRick Chen <rick@andestech.com>
Tue, 29 May 2018 01:54:40 +0000 (09:54 +0800)
committerAndes <uboot@andestech.com>
Tue, 29 May 2018 06:45:02 +0000 (14:45 +0800)
commit6f4dd62f338e327bf2135bc72f559e27d6cab54d
treea455d68c2172e6aab1529a474b4cc0a5c793ef75
parent7215787c4ea4b14ed2efbc9926c7ea539294a151
riscv: cpu: nx25: Rename as ax25

Andes has rearranged the product combinations.
nx25 and ax25 both are RISC-V architecture cpu core.
But ax25 has MMU unit inside, and nx25 is not.

Cpu nx25 and platform ae250 are arranged in pairs.
Cpu ax25 and platform ae350 are arranged in pairs.

This patch will rename
nx25 as ax25
ae250 as ae350
nx25-ae250 as ax25-ae350
including filename, variable, string and definition.

Then u-boot can boot linux kernel in ae350
platform reasonably.

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>
arch/riscv/Kconfig
arch/riscv/cpu/ax25/Makefile [moved from arch/riscv/cpu/nx25/Makefile with 100% similarity]
arch/riscv/cpu/ax25/cpu.c [moved from arch/riscv/cpu/nx25/cpu.c with 93% similarity]
arch/riscv/cpu/ax25/start.S [moved from arch/riscv/cpu/nx25/start.S with 100% similarity]
arch/riscv/cpu/ax25/u-boot.lds [moved from arch/riscv/cpu/nx25/u-boot.lds with 97% similarity]
arch/riscv/dts/Makefile
arch/riscv/dts/ae350.dts [moved from arch/riscv/dts/ae250.dts with 100% similarity]
arch/riscv/include/asm/mach-types.h