diff options
author | Pali Rohár | 2022-01-18 10:43:23 +0100 |
---|---|---|
committer | Stefan Roese | 2022-01-20 14:46:03 +0100 |
commit | 8f880c3d89432e9988b23bb7099d6360c14a206f (patch) | |
tree | 26aeb4eb744421ac51cf1313b4e15e2ef5dab61d /configs/turris_mox_defconfig | |
parent | 2928d2cd502a73eca2773f9ce3d5d96daca72788 (diff) |
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/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 3cae32f69b0..415387b189d 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -91,7 +91,6 @@ CONFIG_DM_RTC=y CONFIG_RTC_DS1307=y CONFIG_SCSI=y CONFIG_DM_SCSI=y -CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_MVEBU_A3700_UART=y CONFIG_MVEBU_A3700_SPI=y CONFIG_USB=y |