diff options
author | Pali Rohár <pali@kernel.org> | 2022-01-18 10:43:23 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-01-20 14:46:03 +0100 |
commit | 8f880c3d89432e9988b23bb7099d6360c14a206f (patch) | |
tree | 26aeb4eb744421ac51cf1313b4e15e2ef5dab61d /configs/mvebu_db-88f3720_defconfig | |
parent | 2928d2cd502a73eca2773f9ce3d5d96daca72788 (diff) | |
download | u-boot-8f880c3d89432e9988b23bb7099d6360c14a206f.tar.gz |
arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCE
After next branch was merged to v2022.01 release, U-Boot on A3720 started
printing "<debug_uart>" line on UART during booting. There is no need to
print this debug line by default, so disable it via config option
CONFIG_DEBUG_UART_ANNOUNCE in all config files for Armada 3720 boards.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_db-88f3720_defconfig')
-rw-r--r-- | configs/mvebu_db-88f3720_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig index 931ca9c2fc..b600217692 100644 --- a/configs/mvebu_db-88f3720_defconfig +++ b/configs/mvebu_db-88f3720_defconfig @@ -64,7 +64,6 @@ CONFIG_PHY=y CONFIG_MVEBU_COMPHY_SUPPORT=y CONFIG_PINCTRL=y CONFIG_PINCTRL_ARMADA_37XX=y -CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_MVEBU_A3700_UART=y CONFIG_MVEBU_A3700_SPI=y CONFIG_USB=y |