diff options
author | Tom Rini | 2020-10-29 09:10:24 -0400 |
---|---|---|
committer | Tom Rini | 2020-10-29 09:10:24 -0400 |
commit | eca57cafa521345b2fc71616ae47245598dad53d (patch) | |
tree | 04bb2c22f4defdcfdb251cb31363276a8e7e34a7 /configs/ls1021aqds_qspi_defconfig | |
parent | 81a659e10a10020cfb03abd4794103194add1f3a (diff) | |
parent | 78a8bca5e4971e4be0c3ba438f7386462507ad6a (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Bug fixes and updates on vid, ls1088a lx2160a and other layerscape
platforms.
- Add optee_rpmb support for LX2 & Kontron sl28 support
Diffstat (limited to 'configs/ls1021aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1021aqds_qspi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1021aqds_qspi_defconfig b/configs/ls1021aqds_qspi_defconfig index 08b9ec2c08d..b68041d1700 100644 --- a/configs/ls1021aqds_qspi_defconfig +++ b/configs/ls1021aqds_qspi_defconfig @@ -73,3 +73,5 @@ CONFIG_USB_STORAGE=y # CONFIG_VIDEO_FSL_DCU_FB is not set # CONFIG_VIDEO is not set # CONFIG_VIDEO_SW_CURSOR is not set +CONFIG_CMD_NVME=y +CONFIG_NVME=y |