Aneesh Bansal | e0f5015 | 2015-06-16 10:36:00 +0530 | [diff] [blame] | 1 | CONFIG_PPC=y |
Simon Glass | d9b4d05 | 2016-02-22 22:55:41 -0700 | [diff] [blame^] | 2 | # CONFIG_SYS_MALLOC_F is not set |
Aneesh Bansal | e0f5015 | 2015-06-16 10:36:00 +0530 | [diff] [blame] | 3 | CONFIG_MPC85xx=y |
4 | CONFIG_TARGET_P3041DS=y | ||||
Simon Glass | 2347daa | 2015-08-19 09:33:42 -0600 | [diff] [blame] | 5 | CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,NAND,SECURE_BOOT,SYS_TEXT_BASE=0xFFF40000" |
Simon Glass | d9b4d05 | 2016-02-22 22:55:41 -0700 | [diff] [blame^] | 6 | CONFIG_DM=y |
Aneesh Bansal | e0f5015 | 2015-06-16 10:36:00 +0530 | [diff] [blame] | 7 | CONFIG_SPI_FLASH=y |
Bin Meng | 27f5b19 | 2015-11-25 05:34:54 -0800 | [diff] [blame] | 8 | CONFIG_SPI_FLASH_SPANSION=y |
Simon Glass | 9008a5b | 2015-08-19 09:33:43 -0600 | [diff] [blame] | 9 | CONFIG_NETDEVICES=y |
10 | CONFIG_E1000=y | ||||
Thomas Chou | a6cec01 | 2015-11-19 21:48:14 +0800 | [diff] [blame] | 11 | CONFIG_SYS_NS16550=y |
Bin Meng | 72a049d | 2015-11-25 05:34:53 -0800 | [diff] [blame] | 12 | CONFIG_FSL_ESPI=y |