Masahiro Yamada | d5f8fee | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 1 | CONFIG_MICROBLAZE=y |
Michal Simek | c73e985 | 2015-12-08 14:45:54 +0100 | [diff] [blame] | 2 | CONFIG_SPL_SYS_MALLOC_SIMPLE=y |
Michal Simek | 7e4372a | 2015-12-01 14:24:20 +0100 | [diff] [blame] | 3 | CONFIG_SPL_DM=y |
Masahiro Yamada | d5f8fee | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 4 | CONFIG_TARGET_MICROBLAZE_GENERIC=y |
Masahiro Yamada | 91f5d27 | 2015-12-11 12:22:26 +0900 | [diff] [blame] | 5 | CONFIG_SYS_TEXT_BASE=0x29000000 |
Joe Hershberger | a274ded | 2015-05-12 14:46:24 -0500 | [diff] [blame] | 6 | CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" |
| 7 | CONFIG_SPL=y |
Bin Meng | 63c1098 | 2015-09-28 05:14:15 -0700 | [diff] [blame] | 8 | CONFIG_SYS_PROMPT="U-Boot-mONStR> " |
Thomas Chou | 3a077cd | 2015-11-11 21:39:33 +0800 | [diff] [blame] | 9 | CONFIG_CMD_GPIO=y |
Joe Hershberger | 5a9d7f1 | 2015-06-22 16:15:30 -0500 | [diff] [blame] | 10 | # CONFIG_CMD_SETEXPR is not set |
Michal Simek | 7e4372a | 2015-12-01 14:24:20 +0100 | [diff] [blame] | 11 | CONFIG_SPL_OF_CONTROL=y |
Masahiro Yamada | 9fadbc8 | 2014-09-22 19:59:05 +0900 | [diff] [blame] | 12 | CONFIG_OF_EMBED=y |
Michal Simek | cdb7b07 | 2015-12-09 12:50:05 +0100 | [diff] [blame^] | 13 | CONFIG_SYS_NS16550=y |
Michal Simek | 93ce505 | 2015-12-09 12:50:05 +0100 | [diff] [blame] | 14 | CONFIG_XILINX_UARTLITE=y |