diff options
| author | Jamie Gibbons <[email protected]> | 2025-09-02 11:10:58 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-09-19 19:22:42 +0800 |
| commit | d141a41feb005a9f6a830006f1a4b66d1a3a3cd2 (patch) | |
| tree | 227330e0a8ac0688ef6c7cf73b6a9733a29007ed /configs | |
| parent | a681cfecb4346107212f377e2075f6eb1bdc6a2b (diff) | |
board: microchip: icicle: rename all icicle files to generic
Make all Icicle Kit files generic. This supports the addition of
upcoming support for other MPFS boards.
Signed-off-by: Jamie Gibbons <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/microchip_mpfs_generic_defconfig (renamed from configs/microchip_mpfs_icicle_defconfig) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_generic_defconfig index 9f933592c9d..0ed0cae93eb 100644 --- a/configs/microchip_mpfs_icicle_defconfig +++ b/configs/microchip_mpfs_generic_defconfig @@ -9,7 +9,7 @@ CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_LOAD_ADDR=0x80200000 CONFIG_SYS_MEM_TOP_HIDE=0x400000 # CONFIG_DEBUG_UART is not set -CONFIG_TARGET_MICROCHIP_ICICLE=y +CONFIG_TARGET_MICROCHIP_GENERIC=y CONFIG_ARCH_RV64I=y CONFIG_RISCV_SMODE=y CONFIG_FIT=y |
