diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-24 21:08:41 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-24 17:36:30 -0500 |
commit | 54c5c2b8fee2f64d135349bc9764d068b647e4e0 (patch) | |
tree | 7b4ea9a0c4251507b988a0f4d1584c3cb8952394 /configs/ls2088aqds_tfa_defconfig | |
parent | 91197aa696238ab2a5e260de700a36fb6429abbc (diff) | |
download | u-boot-54c5c2b8fee2f64d135349bc9764d068b647e4e0.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls2088aqds_tfa_defconfig')
-rw-r--r-- | configs/ls2088aqds_tfa_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls2088aqds_tfa_defconfig b/configs/ls2088aqds_tfa_defconfig index d85c4d8b0b..ee62dd131f 100644 --- a/configs/ls2088aqds_tfa_defconfig +++ b/configs/ls2088aqds_tfa_defconfig @@ -15,6 +15,7 @@ CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y CONFIG_AHCI=y # CONFIG_SYS_MALLOC_F is not set +CONFIG_MP=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y @@ -37,7 +38,6 @@ CONFIG_CMD_PCI=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_CACHE=y -CONFIG_MP=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_OF_LIST="fsl-ls2080a-qds-42-x" |