summaryrefslogtreecommitdiff
path: root/configs/bcm7260_defconfig
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2023-02-05 04:36:57 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 19:24:08 +0300
commit01065043ad9deec894dcd76b1ac44eb9e502f6e0 (patch)
treea0244043f807f2aba1e154852697df6c69f58d7c /configs/bcm7260_defconfig
parent2c0b0c3182ef25cbd0edf5fc5a05cb6bb98dcbce (diff)
downloadu-boot-01065043ad9deec894dcd76b1ac44eb9e502f6e0.tar.xz
arm: bcm7xxx: Convert to DM_SERIAL
Remove ns16550 configuration from header files. Document DM_SERIAL-required prior stage device tree configuration.
Diffstat (limited to 'configs/bcm7260_defconfig')
-rw-r--r--configs/bcm7260_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/bcm7260_defconfig b/configs/bcm7260_defconfig
index f8e0327d8f..51e0a5ddd7 100644
--- a/configs/bcm7260_defconfig
+++ b/configs/bcm7260_defconfig
@@ -40,6 +40,6 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_BCMSTB=y
CONFIG_MTD=y
-CONFIG_SYS_NS16550_SERIAL=y
-CONFIG_SYS_NS16550_REG_SIZE=-4
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_NS16550=y
# CONFIG_EFI_LOADER is not set