]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
nvidia: nyan-big: Disable debug UART
authorSimon Glass <sjg@chromium.org>
Thu, 27 Jun 2024 08:29:42 +0000 (09:29 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 28 Jun 2024 19:54:52 +0000 (13:54 -0600)
This cannot be enabled early in boot since some other init is needed.
At this point it is unclear exactly what init is needed, so disable
the debug UART to avoid a hang.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/nyan-big_defconfig

index 1483d17d9752102cfddc352cbad7ebbe03e7f77c..4dec710cf8d9a09191c39d72a15d90217e79bf0a 100644 (file)
@@ -17,7 +17,6 @@ CONFIG_TEGRA124=y
 CONFIG_TARGET_NYAN_BIG=y
 CONFIG_TEGRA_GPU=y
 CONFIG_SYS_LOAD_ADDR=0x82408000
-CONFIG_DEBUG_UART=y
 CONFIG_FIT=y
 CONFIG_FIT_BEST_MATCH=y
 CONFIG_BOOTSTAGE=y