summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-06-27 09:29:42 +0100
committerTom Rini <trini@konsulko.com>2024-06-28 13:54:52 -0600
commit8a9040e3efe99ed2cd204f58693a2247970d09cb (patch)
tree73fe6bdddd6a19f3410b19767abe03b2ed9ea433
parentefee71ab4d51e4ee68960a93b0c23682be040bd9 (diff)
nvidia: nyan-big: Disable debug UART
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>
-rw-r--r--configs/nyan-big_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
index 1483d17d975..4dec710cf8d 100644
--- a/configs/nyan-big_defconfig
+++ b/configs/nyan-big_defconfig
@@ -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