diff options
Diffstat (limited to 'roms/u-boot/configs/microchip_mpfs_icicle_defconfig')
-rw-r--r-- | roms/u-boot/configs/microchip_mpfs_icicle_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/configs/microchip_mpfs_icicle_defconfig b/roms/u-boot/configs/microchip_mpfs_icicle_defconfig new file mode 100644 index 000000000..1cb29201b --- /dev/null +++ b/roms/u-boot/configs/microchip_mpfs_icicle_defconfig @@ -0,0 +1,16 @@ +CONFIG_RISCV=y +CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_ENV_SIZE=0x2000 +CONFIG_DEFAULT_DEVICE_TREE="microchip-mpfs-icicle-kit" +CONFIG_TARGET_MICROCHIP_ICICLE=y +CONFIG_ARCH_RV64I=y +CONFIG_RISCV_SMODE=y +CONFIG_SBI_V01=y +CONFIG_DISTRO_DEFAULTS=y +CONFIG_FIT=y +CONFIG_DISPLAY_CPUINFO=y +CONFIG_DISPLAY_BOARDINFO=y +CONFIG_SYS_PROMPT="RISC-V # " +CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_BOOTP_SEND_HOSTNAME=y +CONFIG_DM_MTD=y |