diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-21 10:11:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-21 10:11:23 -0400 |
commit | f5128514137633ee951b1c484945bec9092c4e99 (patch) | |
tree | 809041444563947c9df97e6e7149abf79c9431b6 /configs/microchip_mpfs_icicle_defconfig | |
parent | 19b81032d65c9d0747e16b6009c639adb880b064 (diff) | |
download | u-boot-f5128514137633ee951b1c484945bec9092c4e99.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/microchip_mpfs_icicle_defconfig')
-rw-r--r-- | configs/microchip_mpfs_icicle_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig index a375546a75..1f37729063 100644 --- a/configs/microchip_mpfs_icicle_defconfig +++ b/configs/microchip_mpfs_icicle_defconfig @@ -1,8 +1,8 @@ CONFIG_RISCV=y +CONFIG_TARGET_MICROCHIP_ICICLE=y CONFIG_ARCH_RV64I=y CONFIG_NR_CPUS=5 -CONFIG_TARGET_MICROCHIP_ICICLE=y +CONFIG_FIT=y CONFIG_BOOTDELAY=3 CONFIG_SYS_PROMPT="RISC-V # " -CONFIG_FIT=y CONFIG_OF_PRIOR_STAGE=y |