aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
diff options
context:
space:
mode:
authorRandolph <randolph@andestech.com>2023-09-25 17:24:51 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-10-04 18:00:51 +0800
commitb68bf22fbb5cbce6f48d979a31a8bfb7230e9512 (patch)
tree67677b9d316d1a397dc4b2cef3b9ff96090c937b /arch/riscv/Kconfig
parente637e455ca766d6b5bea5f4c5b9290ab07c87507 (diff)
downloadu-boot-b68bf22fbb5cbce6f48d979a31a8bfb7230e9512.zip
u-boot-b68bf22fbb5cbce6f48d979a31a8bfb7230e9512.tar.gz
u-boot-b68bf22fbb5cbce6f48d979a31a8bfb7230e9512.tar.bz2
configs: andes: add vender prefix for target name
Modify "CONFIG_TARGET_AE350" to "CONFIG_TARGET_ANDES_AE350" Signed-off-by: Randolph <randolph@andestech.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r--arch/riscv/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 06fae7e..183885e 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -8,8 +8,8 @@ choice
prompt "Target select"
optional
-config TARGET_AE350
- bool "Support ae350"
+config TARGET_ANDES_AE350
+ bool "Support Andes ae350"
config TARGET_MICROCHIP_ICICLE
bool "Support Microchip PolarFire-SoC Icicle Board"