diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-03 19:50:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 17:10:51 -0500 |
commit | e81f03248e76a6b2b169e181659dd83a8f8765fd (patch) | |
tree | 6d331b01d41115dbf520466e9a11226935623262 /configs/ls1088ardb_tfa_defconfig | |
parent | 7db785c70360dd8ec9a0bcf6b19951e44be65384 (diff) | |
download | u-boot-e81f03248e76a6b2b169e181659dd83a8f8765fd.tar.gz |
configs: ls104x/ls108x/ls208x: Build the raw NAND core with TFABOOT
Enabling TFABOOT configuration will compile-in a call to nand_read in
the boot sequence. Handle the situation by also selecting officially
the raw NAND core in this case.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'configs/ls1088ardb_tfa_defconfig')
-rw-r--r-- | configs/ls1088ardb_tfa_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1088ardb_tfa_defconfig b/configs/ls1088ardb_tfa_defconfig index 74b9a38868..0b0fbdd534 100644 --- a/configs/ls1088ardb_tfa_defconfig +++ b/configs/ls1088ardb_tfa_defconfig @@ -50,6 +50,8 @@ CONFIG_DM_SPI_FLASH=y # CONFIG_SPI_FLASH_BAR is not set CONFIG_SPI_FLASH_SPANSION=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set +CONFIG_MTD=y +CONFIG_MTD_RAW_NAND=y CONFIG_E1000=y CONFIG_MII=y CONFIG_PCI=y |