diff options
Diffstat (limited to 'board')
| -rw-r--r-- | board/andestech/ae350/Kconfig (renamed from board/AndesTech/ae350/Kconfig) | 6 | ||||
| -rw-r--r-- | board/andestech/ae350/MAINTAINERS (renamed from board/AndesTech/ae350/MAINTAINERS) | 2 | ||||
| -rw-r--r-- | board/andestech/ae350/Makefile (renamed from board/AndesTech/ae350/Makefile) | 0 | ||||
| -rw-r--r-- | board/andestech/ae350/ae350.c (renamed from board/AndesTech/ae350/ae350.c) | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/board/AndesTech/ae350/Kconfig b/board/andestech/ae350/Kconfig index a85e7d63517..096564b3dc1 100644 --- a/board/AndesTech/ae350/Kconfig +++ b/board/andestech/ae350/Kconfig @@ -1,13 +1,13 @@ if TARGET_ANDES_AE350 config SYS_CPU - default "andesv5" + default "andes" config SYS_BOARD default "ae350" config SYS_VENDOR - default "AndesTech" + default "andestech" config SYS_SOC default "ae350" @@ -33,7 +33,7 @@ config SYS_FDT_BASE config BOARD_SPECIFIC_OPTIONS # dummy def_bool y - select RISCV_NDS + select RISCV_ANDES select SUPPORT_SPL select BINMAN if SPL imply SMP diff --git a/board/AndesTech/ae350/MAINTAINERS b/board/andestech/ae350/MAINTAINERS index a6bc90baf88..31e34e610df 100644 --- a/board/AndesTech/ae350/MAINTAINERS +++ b/board/andestech/ae350/MAINTAINERS @@ -1,7 +1,7 @@ AE350 BOARD M: Rick Chen <[email protected]> S: Maintained -F: board/AndesTech/ae350/ +F: board/andestech/ae350/ F: include/configs/ae350.h F: configs/ae350_rv32_defconfig F: configs/ae350_rv32_falcon_defconfig diff --git a/board/AndesTech/ae350/Makefile b/board/andestech/ae350/Makefile index 705ae43af5d..705ae43af5d 100644 --- a/board/AndesTech/ae350/Makefile +++ b/board/andestech/ae350/Makefile diff --git a/board/AndesTech/ae350/ae350.c b/board/andestech/ae350/ae350.c index 62b93b4ecba..5ae5baed6ba 100644 --- a/board/AndesTech/ae350/ae350.c +++ b/board/andestech/ae350/ae350.c @@ -99,7 +99,7 @@ void *board_fdt_blob_setup(int *err) #ifdef CONFIG_SPL_BOARD_INIT void spl_board_init() { - /* enable v5l2 cache */ + /* enable andes-l2 cache */ if (!CONFIG_IS_ENABLED(SYS_DCACHE_OFF)) enable_caches(); } |
