Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 1 | CONFIG_MICROBLAZE=y |
Michal Simek | 4de9bbd | 2015-12-08 14:45:54 +0100 | [diff] [blame] | 2 | CONFIG_SPL_SYS_MALLOC_SIMPLE=y |
Michal Simek | 9376839 | 2015-12-01 14:24:20 +0100 | [diff] [blame] | 3 | CONFIG_SPL_DM=y |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 4 | CONFIG_TARGET_MICROBLAZE_GENERIC=y |
Masahiro Yamada | b766476 | 2015-12-11 12:22:26 +0900 | [diff] [blame] | 5 | CONFIG_SYS_TEXT_BASE=0x29000000 |
Joe Hershberger | bd328eb | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 6 | CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" |
7 | CONFIG_SPL=y | ||||
Michal Simek | 27f24a3 | 2015-12-11 13:12:42 +0100 | [diff] [blame] | 8 | CONFIG_FIT=y |
9 | CONFIG_FIT_VERBOSE=y | ||||
Michal Simek | 077fe0f | 2015-12-11 14:59:03 +0100 | [diff] [blame] | 10 | CONFIG_HUSH_PARSER=y |
Bin Meng | 80df691 | 2015-09-28 05:14:15 -0700 | [diff] [blame] | 11 | CONFIG_SYS_PROMPT="U-Boot-mONStR> " |
Thomas Chou | e4aa8ed | 2015-11-11 21:39:33 +0800 | [diff] [blame] | 12 | CONFIG_CMD_GPIO=y |
Joe Hershberger | ef0f2f5 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 13 | # CONFIG_CMD_SETEXPR is not set |
Michal Simek | 502547e | 2015-12-11 10:27:57 +0100 | [diff] [blame] | 14 | CONFIG_CMD_TFTPPUT=y |
15 | CONFIG_CMD_DHCP=y | ||||
16 | CONFIG_CMD_PING=y | ||||
Michal Simek | 9376839 | 2015-12-01 14:24:20 +0100 | [diff] [blame] | 17 | CONFIG_SPL_OF_CONTROL=y |
Masahiro Yamada | 783e6a7 | 2014-09-22 19:59:05 +0900 | [diff] [blame] | 18 | CONFIG_OF_EMBED=y |
Michal Simek | b11ec1a | 2015-12-11 13:16:16 +0100 | [diff] [blame] | 19 | CONFIG_NETCONSOLE=y |
Michal Simek | d538ee1 | 2015-12-10 17:15:52 +0100 | [diff] [blame] | 20 | CONFIG_DM_ETH=y |
Michal Simek | 83b76d9 | 2015-12-09 16:54:42 +0100 | [diff] [blame] | 21 | CONFIG_XILINX_AXIEMAC=y |
Michal Simek | 3229c86 | 2015-12-11 09:41:49 +0100 | [diff] [blame] | 22 | CONFIG_XILINX_EMACLITE=y |
Michal Simek | f0e353c | 2015-12-09 12:50:05 +0100 | [diff] [blame] | 23 | CONFIG_SYS_NS16550=y |
Michal Simek | 54e24d3 | 2015-12-09 12:50:05 +0100 | [diff] [blame] | 24 | CONFIG_XILINX_UARTLITE=y |