diff options
author | Tom Rini <trini@konsulko.com> | 2023-05-01 11:50:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-01 11:50:26 -0400 |
commit | c960c0fd38be57abffb68996e53408ba5f675ee9 (patch) | |
tree | 6d2103d21d37248d22477fc198d6003f27331239 /configs/stm32h750-art-pi_defconfig | |
parent | 27dc8826441f0c5dd6aa6617a32909d9049f1202 (diff) | |
download | u-boot-c960c0fd38be57abffb68996e53408ba5f675ee9.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/stm32h750-art-pi_defconfig')
-rw-r--r-- | configs/stm32h750-art-pi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32h750-art-pi_defconfig b/configs/stm32h750-art-pi_defconfig index e4b6596070f..3e4c7f9a8cd 100644 --- a/configs/stm32h750-art-pi_defconfig +++ b/configs/stm32h750-art-pi_defconfig @@ -8,6 +8,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x24040000 CONFIG_ENV_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="stm32h750i-art-pi" CONFIG_SYS_PROMPT="U-Boot > " +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_STM32H7=y CONFIG_TARGET_STM32H750_ART_PI=y CONFIG_SYS_LOAD_ADDR=0xc1800000 @@ -40,4 +41,3 @@ CONFIG_DM_DMA=y CONFIG_STM32_SDMMC2=y # CONFIG_PINCTRL_FULL is not set CONFIG_BAUDRATE=2000000 -CONFIG_OF_LIBFDT_OVERLAY=y |