diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32h743-disco_defconfig | 1 | ||||
-rw-r--r-- | configs/stm32h743-eval_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32h743-disco_defconfig b/configs/stm32h743-disco_defconfig index c6a0d10bdb..67c754b90d 100644 --- a/configs/stm32h743-disco_defconfig +++ b/configs/stm32h743-disco_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y diff --git a/configs/stm32h743-eval_defconfig b/configs/stm32h743-eval_defconfig index ab5273ba90..1122202c54 100644 --- a/configs/stm32h743-eval_defconfig +++ b/configs/stm32h743-eval_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y |