summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-05-05 09:33:29 -0400
committerTom Rini <[email protected]>2023-05-05 09:33:29 -0400
commiteb59ece5204fe06bd037fe64944bfbb3b85864ea (patch)
tree2bb67ddd05adf484ffb7ba68dc425c160a666863 /configs
parent0160d58218a703150d3a76b1c17e3a70658db11f (diff)
parentfb9df2c7c50324abb0625140edfeb3ae72817a49 (diff)
Merge tag 'fsl-qoirq-2023-5-5' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
fsl-ls1088a device tree update enable DM_SERIAL for ten64 check for crypto node first in fdt_fixup_remove_jr
Diffstat (limited to 'configs')
-rw-r--r--configs/ten64_tfa_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig
index c16e58e660b..9797a343e51 100644
--- a/configs/ten64_tfa_defconfig
+++ b/configs/ten64_tfa_defconfig
@@ -81,7 +81,9 @@ CONFIG_PCIE_LAYERSCAPE_RC=y
CONFIG_DM_RTC=y
CONFIG_RTC_RX8025=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_DSPI=y