Peter Crosthwaite | 61eb3cf | 2014-08-28 21:16:41 +1000 | [diff] [blame] | 1 | CONFIG_SPL=y |
Masahiro Yamada | 252ed87 | 2015-03-12 13:24:39 +0900 | [diff] [blame] | 2 | CONFIG_ARM=y |
| 3 | CONFIG_ZYNQ=y |
| 4 | CONFIG_TARGET_ZYNQ_ZYBO=y |
Michal Simek | a03d5c1 | 2014-11-13 13:22:40 +0100 | [diff] [blame] | 5 | CONFIG_OF_CONTROL=y |
| 6 | CONFIG_DEFAULT_DEVICE_TREE="zynq-zybo" |
Masahiro Yamada | 321f86e | 2015-04-08 14:25:50 +0900 | [diff] [blame^] | 7 | # CONFIG_SYS_MALLOC_F is not set |
Ruchika Gupta | 11a9662 | 2015-01-23 16:01:53 +0530 | [diff] [blame] | 8 | CONFIG_FIT=y |
| 9 | CONFIG_FIT_VERBOSE=y |
| 10 | CONFIG_FIT_SIGNATURE=y |
Ruchika Gupta | c937ff6 | 2015-01-23 16:01:54 +0530 | [diff] [blame] | 11 | CONFIG_DM=y |