diff options
author | Tom Rini | 2020-10-29 10:48:01 -0400 |
---|---|---|
committer | Tom Rini | 2020-10-29 10:48:01 -0400 |
commit | cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf (patch) | |
tree | 07da2b52545376d2c72b1ff7089a4af1570b7783 /configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | |
parent | 5a4a891e045ba65ffbee10c3f71b2eaafca872ad (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1043ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig index b7194443b6c..93f9b9a981b 100644 --- a/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig @@ -47,6 +47,7 @@ CONFIG_DM_MDIO=y CONFIG_PHY_GIGE=y CONFIG_E1000=y CONFIG_FMAN_ENET=y +CONFIG_NVME=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y @@ -62,5 +63,3 @@ CONFIG_RSA=y CONFIG_SPL_RSA=y CONFIG_RSA_SOFTWARE_EXP=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y -CONFIG_CMD_NVME=y -CONFIG_NVME=y |