diff options
author | Rajesh Bhagat <rajesh.bhagat@nxp.com> | 2019-01-12 07:31:01 +0000 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2019-01-17 13:16:35 -0800 |
commit | fc16f999499f5c01849e09c7e54a7b667a01a91c (patch) | |
tree | eed8ada30b6ac3c0a6c832713cf373373aec0ade /configs/ls1088aqds_tfa_defconfig | |
parent | 43d17c485fc2f710a8e3fa7bb8df320f67ac93fa (diff) | |
download | u-boot-fc16f999499f5c01849e09c7e54a7b667a01a91c.tar.gz u-boot-fc16f999499f5c01849e09c7e54a7b667a01a91c.tar.bz2 u-boot-fc16f999499f5c01849e09c7e54a7b667a01a91c.zip |
configs: update TFABOOT defconfigs for SD boot support
update TFABOOT defconfig for SD boot on below NXP chasis2
and chasis3 platforms:
ls1043a, ls1046a, ls1088a and ls2088a.
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1088aqds_tfa_defconfig')
-rw-r--r-- | configs/ls1088aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1088aqds_tfa_defconfig b/configs/ls1088aqds_tfa_defconfig index 08744dda2d..857362bb01 100644 --- a/configs/ls1088aqds_tfa_defconfig +++ b/configs/ls1088aqds_tfa_defconfig @@ -33,6 +33,7 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1088a-qds" CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_ENV_IS_IN_NAND=y +CONFIG_ENV_IS_IN_MMC=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_SCSI_AHCI=y |