diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2020-03-14 18:43:41 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-03-30 08:12:13 +0530 |
commit | 0f0a906125e189a7bfcdf2916ea9bda96281f22b (patch) | |
tree | 9222b19a2ed8a7b23fe922c9e9707c70cc096df5 /configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | |
parent | 4c1a52294f23e97c492bddff8987cd7290f6907c (diff) | |
download | u-boot-0f0a906125e189a7bfcdf2916ea9bda96281f22b.tar.gz |
configs: lx2160a: Enable FSPI support
Enable FSPI controller support. So, flash environment can now be used.
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/lx2160ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig index 00fb53133d..10098ab5a9 100644 --- a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig @@ -60,6 +60,7 @@ CONFIG_DM_SCSI=y CONFIG_DM_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y +CONFIG_NXP_FSPI=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y |