From: Rick Chen Date: Tue, 29 May 2018 02:20:39 +0000 (+0800) Subject: configs: nx25-ae250:Rename as ax25-ae350 X-Git-Tag: v2025.01-rc5-pxa1908~4178^2~11 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=0b1a1adaebe9688cab7fdf484a521934b656f0f0;p=u-boot.git 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 Signed-off-by: Rick Chen Cc: Greentime Hu --- 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