aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/dts
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2018-05-29 09:54:40 +0800
committerAndes <uboot@andestech.com>2018-05-29 14:45:02 +0800
commit6f4dd62f338e327bf2135bc72f559e27d6cab54d (patch)
treea455d68c2172e6aab1529a474b4cc0a5c793ef75 /arch/riscv/dts
parent7215787c4ea4b14ed2efbc9926c7ea539294a151 (diff)
downloadu-boot-6f4dd62f338e327bf2135bc72f559e27d6cab54d.zip
u-boot-6f4dd62f338e327bf2135bc72f559e27d6cab54d.tar.gz
u-boot-6f4dd62f338e327bf2135bc72f559e27d6cab54d.tar.bz2
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>
Diffstat (limited to 'arch/riscv/dts')
-rw-r--r--arch/riscv/dts/Makefile2
-rw-r--r--arch/riscv/dts/ae350.dts (renamed from arch/riscv/dts/ae250.dts)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile
index 7936775..a1b06ff 100644
--- a/arch/riscv/dts/Makefile
+++ b/arch/riscv/dts/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
-dtb-$(CONFIG_TARGET_NX25_AE250) += ae250.dtb
+dtb-$(CONFIG_TARGET_AX25_AE350) += ae350.dtb
targets += $(dtb-y)
DTC_FLAGS += -R 4 -p 0x1000
diff --git a/arch/riscv/dts/ae250.dts b/arch/riscv/dts/ae350.dts
index 9a38345..9a38345 100644
--- a/arch/riscv/dts/ae250.dts
+++ b/arch/riscv/dts/ae350.dts