blob: e52e62b201561afcddc6e351dd9599340c73b5a2 [file] [log] [blame]
Chris Zankel7e270ec2016-08-10 18:36:48 +03001CONFIG_XTENSA=y
2CONFIG_SYS_CPU="dc233c"
3CONFIG_XTFPGA_KC705=y
Simon Glass85fc9702017-07-23 21:19:41 -06004CONFIG_ENV_IS_IN_FLASH=y
Chris Zankel7e270ec2016-08-10 18:36:48 +03005CONFIG_BOOTDELAY=10
Heiko Schocher9dd1d0a2016-09-09 08:12:49 +02006CONFIG_VERSION_VARIABLE=y
Chris Zankel7e270ec2016-08-10 18:36:48 +03007CONFIG_SYS_PROMPT="U-Boot> "
8CONFIG_AUTOBOOT_KEYED=y
9CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
10CONFIG_AUTOBOOT_STOP_STR=" "
11CONFIG_CMD_ASKENV=y
Daniel Thompson221a9492017-05-19 17:26:58 +010012CONFIG_CRC32_VERIFY=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030013CONFIG_CMD_DHCP=y
14CONFIG_CMD_PING=y
Simon Glass3bd25cb2017-04-26 22:28:08 -060015CONFIG_CMD_DIAG=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030016CONFIG_DM=y
17# CONFIG_DM_WARN is not set
18# CONFIG_DM_DEVICE_REMOVE is not set
19# CONFIG_DM_STDIO is not set
20# CONFIG_DM_SEQ_ALIAS is not set
Masahiro Yamadae856bdc2017-02-11 22:43:54 +090021CONFIG_MTD_NOR_FLASH=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030022CONFIG_PHYLIB=y
Tom Rini8728c972017-03-13 13:48:42 -040023CONFIG_DM_ETH=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030024CONFIG_ETHOC=y
25CONFIG_SYS_NS16550=y
Tom Riniaca5cd22016-09-08 16:11:59 -040026CONFIG_SYSRESET=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030027CONFIG_OF_LIBFDT=y