mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
e66c49fa93
This patch adds support for stm32f7 family & stm32f746 board. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
9 lines
261 B
Text
9 lines
261 B
Text
CONFIG_ARM=y
|
|
CONFIG_STM32=y
|
|
CONFIG_STM32F7=y
|
|
CONFIG_TARGET_STM32F746_DISCO=y
|
|
CONFIG_SYS_PROMPT="U-Boot > "
|
|
CONFIG_AUTOBOOT_KEYED=y
|
|
CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
|
CONFIG_AUTOBOOT_STOP_STR=" "
|
|
# CONFIG_CMD_SETEXPR is not set
|