diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-23 13:56:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-23 13:56:21 -0400 |
commit | c0a1409d21e7b342566dccb9cc1d38209aabc5ff (patch) | |
tree | 0b47c1817dfd45333d9028e9cd6bea520031db23 /configs/stm32f746-disco_spl_defconfig | |
parent | c04a418d520005d2cbad5d5f9e3d52dfe58f0e00 (diff) | |
download | u-boot-c0a1409d21e7b342566dccb9cc1d38209aabc5ff.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/stm32f746-disco_spl_defconfig')
-rw-r--r-- | configs/stm32f746-disco_spl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f746-disco_spl_defconfig b/configs/stm32f746-disco_spl_defconfig index 9fef65fa7b6..c417a4ff75b 100644 --- a/configs/stm32f746-disco_spl_defconfig +++ b/configs/stm32f746-disco_spl_defconfig @@ -15,8 +15,8 @@ CONFIG_SPL_DRIVERS_MISC=y CONFIG_STM32F7=y CONFIG_TARGET_STM32F746_DISCO=y CONFIG_SPL=y -CONFIG_BUILD_TARGET="u-boot-with-spl.bin" CONFIG_SYS_LOAD_ADDR=0x8008000 +CONFIG_BUILD_TARGET="u-boot-with-spl.bin" CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=3 CONFIG_AUTOBOOT_KEYED=y |