blob: 9f85d63965ad41294183ff02ca561030646c1528 [file] [log] [blame]
Chris Zankel7e270ec2016-08-10 18:36:48 +03001CONFIG_XTENSA=y
2CONFIG_SYS_CPU="dc233c"
3CONFIG_XTFPGA_KC705=y
4CONFIG_BOOTDELAY=10
Heiko Schocher9dd1d0a2016-09-09 08:12:49 +02005CONFIG_VERSION_VARIABLE=y
Chris Zankel7e270ec2016-08-10 18:36:48 +03006CONFIG_SYS_PROMPT="U-Boot> "
7CONFIG_AUTOBOOT_KEYED=y
8CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
9CONFIG_AUTOBOOT_STOP_STR=" "
10CONFIG_CMD_ASKENV=y
Daniel Thompson221a9492017-05-19 17:26:58 +010011CONFIG_CRC32_VERIFY=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030012CONFIG_CMD_DHCP=y
13CONFIG_CMD_PING=y
Simon Glass3bd25cb2017-04-26 22:28:08 -060014CONFIG_CMD_DIAG=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030015CONFIG_DM=y
16# CONFIG_DM_WARN is not set
17# CONFIG_DM_DEVICE_REMOVE is not set
18# CONFIG_DM_STDIO is not set
19# CONFIG_DM_SEQ_ALIAS is not set
Masahiro Yamadae856bdc2017-02-11 22:43:54 +090020CONFIG_MTD_NOR_FLASH=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030021CONFIG_PHYLIB=y
Tom Rini8728c972017-03-13 13:48:42 -040022CONFIG_DM_ETH=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030023CONFIG_ETHOC=y
24CONFIG_SYS_NS16550=y
Tom Riniaca5cd22016-09-08 16:11:59 -040025CONFIG_SYSRESET=y
Chris Zankel7e270ec2016-08-10 18:36:48 +030026CONFIG_OF_LIBFDT=y