From 0b1a1adaebe9688cab7fdf484a521934b656f0f0 Mon Sep 17 00:00:00 2001
From: Rick Chen <rick@andestech.com>
Date: Tue, 29 May 2018 10:20:39 +0800
Subject: [PATCH] configs: nx25-ae250:Rename as ax25-ae350

Rename
 nx25 as ax25
 ae250 as ae350
 nx25-ae250 as ax25-ae350
 including filename, variable, string and definition.

Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Cc: Greentime Hu <green.hu@gmail.com>
---
 configs/{nx25-ae250_defconfig => ax25-ae350_defconfig} | 4 ++--
 include/configs/{nx25-ae250.h => ax25-ae350.h}         | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename configs/{nx25-ae250_defconfig => ax25-ae350_defconfig} (92%)
 rename include/configs/{nx25-ae250.h => ax25-ae350.h} (100%)

diff --git a/configs/nx25-ae250_defconfig b/configs/ax25-ae350_defconfig
similarity index 92%
rename from configs/nx25-ae250_defconfig
rename to configs/ax25-ae350_defconfig
index 0c9f19ad37..45a36e606d 100644
--- a/configs/nx25-ae250_defconfig
+++ b/configs/ax25-ae350_defconfig
@@ -1,7 +1,7 @@
 CONFIG_RISCV=y
 CONFIG_SYS_TEXT_BASE=0x00000000
-CONFIG_DEFAULT_DEVICE_TREE="ae250"
-CONFIG_TARGET_NX25_AE250=y
+CONFIG_DEFAULT_DEVICE_TREE="ae350"
+CONFIG_TARGET_AX25_AE350=y
 CONFIG_FIT=y
 CONFIG_BOOTDELAY=3
 # CONFIG_AUTO_COMPLETE is not set
diff --git a/include/configs/nx25-ae250.h b/include/configs/ax25-ae350.h
similarity index 100%
rename from include/configs/nx25-ae250.h
rename to include/configs/ax25-ae350.h
-- 
2.39.5