Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_TARGET_LS1046AQDS=y |
Tom Rini | 278b90c | 2018-02-03 12:10:38 -0500 | [diff] [blame] | 3 | CONFIG_SYS_TEXT_BASE=0x60100000 |
Tom Rini | 2681e78 | 2017-05-01 11:41:11 -0400 | [diff] [blame] | 4 | CONFIG_SECURE_BOOT=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 5 | CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-qds-duart" |
Tom Rini | fa2c146 | 2018-02-10 16:54:38 -0500 | [diff] [blame] | 6 | CONFIG_DISTRO_DEFAULTS=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 7 | CONFIG_FIT=y |
| 8 | CONFIG_FIT_VERBOSE=y |
| 9 | CONFIG_OF_BOARD_SETUP=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 10 | CONFIG_BOOTDELAY=10 |
Sam Protsenko | 5abc1a4 | 2017-08-14 20:22:17 +0300 | [diff] [blame] | 11 | CONFIG_USE_BOOTARGS=y |
| 12 | CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=60000000.nor:2m@0x100000(nor_bank0_uboot),40m@0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m@0x4100000(nor_bank4_uboot),40m@0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:4m(nand_uboot),36m(nand_kernel),472m(nand_free);spi0.0:2m(uboot),14m(free)" |
Tom Rini | fa2c146 | 2018-02-10 16:54:38 -0500 | [diff] [blame] | 13 | # CONFIG_USE_BOOTCOMMAND is not set |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 14 | CONFIG_CMD_BOOTZ=y |
Tuomas Tynkkynen | ad12dc1 | 2017-10-08 21:48:01 +0300 | [diff] [blame] | 15 | CONFIG_CMD_IMLS=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 16 | CONFIG_CMD_GREPENV=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 17 | CONFIG_CMD_MEMINFO=y |
Tom Rini | 8866312 | 2017-08-14 19:58:53 -0400 | [diff] [blame] | 18 | CONFIG_CMD_MEMTEST=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 19 | CONFIG_CMD_GPT=y |
Simon Glass | 6500ec7 | 2017-08-04 16:34:34 -0600 | [diff] [blame] | 20 | CONFIG_CMD_I2C=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 21 | CONFIG_CMD_MMC=y |
Tom Rini | 8f1a80e | 2017-07-28 21:31:42 -0400 | [diff] [blame] | 22 | CONFIG_CMD_NAND=y |
Simon Glass | 6500ec7 | 2017-08-04 16:34:34 -0600 | [diff] [blame] | 23 | CONFIG_CMD_PCI=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 24 | CONFIG_CMD_SF=y |
Tom Rini | 877a1a3 | 2017-08-11 11:20:19 -0400 | [diff] [blame] | 25 | CONFIG_CMD_USB=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 26 | CONFIG_CMD_CACHE=y |
Siva Durga Prasad Paladugu | 0fd2290c | 2018-06-19 12:24:23 +0200 | [diff] [blame] | 27 | CONFIG_MP=y |
Tom Rini | 43ede0b | 2017-10-22 17:55:07 -0400 | [diff] [blame] | 28 | CONFIG_MTDPARTS_DEFAULT="mtdparts=60000000.nor:2m@0x100000(nor_bank0_uboot),40m@0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m@0x4100000(nor_bank4_uboot),40m@0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:4m(nand_uboot),36m(nand_kernel),472m(nand_free);spi0.0:2m(uboot),14m(free)" |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 29 | CONFIG_OF_CONTROL=y |
| 30 | CONFIG_DM=y |
Mario Six | 07dea2e | 2018-03-28 14:38:19 +0200 | [diff] [blame] | 31 | CONFIG_FSL_ESDHC=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 32 | CONFIG_MTD_NOR_FLASH=y |
| 33 | CONFIG_SPI_FLASH=y |
Alexandru Gagniuc | 3146f0c | 2017-08-01 17:19:59 -0700 | [diff] [blame] | 34 | CONFIG_PHYLIB=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 35 | CONFIG_NETDEVICES=y |
| 36 | CONFIG_E1000=y |
| 37 | CONFIG_PCI=y |
| 38 | CONFIG_DM_PCI=y |
| 39 | CONFIG_DM_PCI_COMPAT=y |
| 40 | CONFIG_PCIE_LAYERSCAPE=y |
| 41 | CONFIG_SYS_NS16550=y |
Adam Ford | f1b1f77 | 2018-04-15 13:51:26 -0400 | [diff] [blame] | 42 | CONFIG_SPI=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 43 | CONFIG_DM_SPI=y |
| 44 | CONFIG_FSL_DSPI=y |
| 45 | CONFIG_USB=y |
| 46 | CONFIG_DM_USB=y |
Tom Rini | ecad705 | 2017-08-25 17:50:26 -0400 | [diff] [blame] | 47 | CONFIG_USB_XHCI_HCD=y |
| 48 | CONFIG_USB_XHCI_DWC3=y |
| 49 | CONFIG_USB_STORAGE=y |
Sumit Garg | b7c19ea | 2017-03-23 13:48:17 +0530 | [diff] [blame] | 50 | CONFIG_RSA=y |