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.
29 lines
691 B
29 lines
691 B
CONFIG_XTENSA=y
|
|
CONFIG_SYS_CPU="dc233c"
|
|
CONFIG_XTFPGA_KC705=y
|
|
CONFIG_BOOTDELAY=10
|
|
CONFIG_VERSION_VARIABLE=y
|
|
CONFIG_SYS_PROMPT="U-Boot> "
|
|
CONFIG_AUTOBOOT_KEYED=y
|
|
CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
|
|
CONFIG_AUTOBOOT_STOP_STR=" "
|
|
CONFIG_CMD_IMLS=y
|
|
CONFIG_CMD_ASKENV=y
|
|
CONFIG_CRC32_VERIFY=y
|
|
CONFIG_CMD_SAVES=y
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_DIAG=y
|
|
CONFIG_ENV_IS_IN_FLASH=y
|
|
CONFIG_DM=y
|
|
# CONFIG_DM_WARN is not set
|
|
# CONFIG_DM_DEVICE_REMOVE is not set
|
|
# CONFIG_DM_STDIO is not set
|
|
# CONFIG_DM_SEQ_ALIAS is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_PHYLIB=y
|
|
CONFIG_DM_ETH=y
|
|
CONFIG_ETHOC=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_OF_LIBFDT=y
|
|
|