diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2019-11-06 16:38:02 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-02-04 16:19:37 +0530 |
commit | 36df9c7e6628742daa29f1580879c116226341d9 (patch) | |
tree | 3e2b620c936fce4b986aece7dcd6250e54debc49 /configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | |
parent | e5720648e6cc22e71d5db7b26d23a1b3092cd14d (diff) | |
download | u-boot-36df9c7e6628742daa29f1580879c116226341d9.tar.gz |
configs: ls1028a: 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/ls1028aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig b/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig index 019ecfd9b1..d0051bb682 100644 --- a/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig @@ -69,6 +69,7 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y +CONFIG_NXP_FSPI=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y |