diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-09 21:54:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-09 21:54:40 -0400 |
commit | 76c61f29d63163d178b1584ecc9fc2c96c538ff0 (patch) | |
tree | 0f98679b62d612a7c776ae23036ada9d16680077 /configs/ls1046ardb_tfa_defconfig | |
parent | fa1e124ee77a6074df5abdf32c91da83df2c3d30 (diff) | |
parent | fcf75435c8fd443547f5d4192d1cf70fb8a84034 (diff) | |
download | u-boot-WIP/09Jul2023-next.tar.gz |
Merge tag 'fsl-qoriq-2023-7-6' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq into nextWIP/09Jul2023-next
Enable DM Serial for ls1043ardb and ls1046ardb/afrwy
Fixed secure boot on LS-CH2 platforms
Diffstat (limited to 'configs/ls1046ardb_tfa_defconfig')
-rw-r--r-- | configs/ls1046ardb_tfa_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/ls1046ardb_tfa_defconfig b/configs/ls1046ardb_tfa_defconfig index 7e8d86d03c4..24a54230f8e 100644 --- a/configs/ls1046ardb_tfa_defconfig +++ b/configs/ls1046ardb_tfa_defconfig @@ -85,7 +85,9 @@ CONFIG_PCIE_LAYERSCAPE_EP=y CONFIG_POWER_LEGACY=y CONFIG_POWER_I2C=y CONFIG_DM_SCSI=y -CONFIG_SYS_NS16550_SERIAL=y +CONFIG_SPECIFY_CONSOLE_INDEX=y +CONFIG_DM_SERIAL=y +CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_FSL_QSPI=y |