upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
261 B
10 lines
261 B
9 years ago
|
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
|