diff options
author | Priyanka Singh <priyanka.singh@nxp.com> | 2020-02-21 05:57:04 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-03-30 08:12:13 +0530 |
commit | 366b1473e81b2ef7878860f57661706ea4812ef5 (patch) | |
tree | 89b8c08884b58085d6530345ea3e568c0785ded0 /configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | |
parent | ba23bb073405e10216b6e6d03842ebc2b9e4366f (diff) | |
download | u-boot-366b1473e81b2ef7878860f57661706ea4812ef5.tar.gz |
configs: ls1012ardb: secure boot: Add PFE config
Add config to enable the PFE and ETH support.
Also change the pfe secure boot header address.
Signed-off-by: Priyanka Singh <priyanka.singh@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1012ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig index 2f48da82e4..4e937e53ee 100644 --- a/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig @@ -60,3 +60,5 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_RSA=y CONFIG_RSA_SOFTWARE_EXP=y +CONFIG_FSL_PFE=y +CONFIG_DM_ETH=y |