diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-29 09:10:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-29 09:10:24 -0400 |
commit | eca57cafa521345b2fc71616ae47245598dad53d (patch) | |
tree | 04bb2c22f4defdcfdb251cb31363276a8e7e34a7 /configs/ls1021aqds_sdcard_ifc_defconfig | |
parent | 81a659e10a10020cfb03abd4794103194add1f3a (diff) | |
parent | 78a8bca5e4971e4be0c3ba438f7386462507ad6a (diff) | |
download | u-boot-eca57cafa521345b2fc71616ae47245598dad53d.tar.gz |
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_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1021aqds_sdcard_ifc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1021aqds_sdcard_ifc_defconfig b/configs/ls1021aqds_sdcard_ifc_defconfig index ef194dfc82..431d53fa52 100644 --- a/configs/ls1021aqds_sdcard_ifc_defconfig +++ b/configs/ls1021aqds_sdcard_ifc_defconfig @@ -87,3 +87,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 |