diff options
Diffstat (limited to 'configs/stm32f769-disco_defconfig')
-rw-r--r-- | configs/stm32f769-disco_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f769-disco_defconfig b/configs/stm32f769-disco_defconfig index 68c41059546..3454f582f84 100644 --- a/configs/stm32f769-disco_defconfig +++ b/configs/stm32f769-disco_defconfig @@ -8,6 +8,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x20050000 CONFIG_ENV_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="stm32f769-disco" CONFIG_SYS_PROMPT="U-Boot > " +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_STM32F7=y CONFIG_TARGET_STM32F746_DISCO=y CONFIG_SYS_LOAD_ADDR=0x8008000 @@ -67,4 +68,3 @@ CONFIG_VIDEO_BMP_RLE8=y CONFIG_BMP_16BPP=y CONFIG_BMP_24BPP=y CONFIG_BMP_32BPP=y -CONFIG_OF_LIBFDT_OVERLAY=y |