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/ls1046aqds_tfa_SECURE_BOOT_defconfig | |
parent | 91197aa696238ab2a5e260de700a36fb6429abbc (diff) | |
download | u-boot-54c5c2b8fee2f64d135349bc9764d068b647e4e0.tar.gz u-boot-54c5c2b8fee2f64d135349bc9764d068b647e4e0.tar.bz2 u-boot-54c5c2b8fee2f64d135349bc9764d068b647e4e0.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1046aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig b/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig index eb44c1828e..5041e4ee9b 100644 --- a/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig @@ -23,6 +23,7 @@ CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y CONFIG_AHCI=y CONFIG_DISTRO_DEFAULTS=y +CONFIG_MP=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_DYNAMIC_SYS_CLK_FREQ=y @@ -45,7 +46,6 @@ CONFIG_CMD_NAND=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y CONFIG_CMD_CACHE=y -CONFIG_MP=y CONFIG_MTDPARTS_DEFAULT="mtdparts=60000000.nor:2m@0x100000(nor_bank0_uboot),40m@0x1100000(nor_bank0_fit),7m(nor_bank0_user),2m@0x4100000(nor_bank4_uboot),40m@0x5100000(nor_bank4_fit),-(nor_bank4_user);7e800000.flash:4m(nand_uboot),36m(nand_kernel),472m(nand_free);spi0.0:2m(uboot),14m(free)" CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y |