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/stm32f769-disco_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/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 3c112882cc3..89fac36e707 100644 --- a/configs/stm32f769-disco_defconfig +++ b/configs/stm32f769-disco_defconfig @@ -8,8 +8,8 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_DEFAULT_DEVICE_TREE="stm32f769-disco" CONFIG_STM32F7=y CONFIG_TARGET_STM32F746_DISCO=y -CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_LOAD_ADDR=0x8008000 +CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=3 CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n" |