git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efee71a
)
nvidia: nyan-big: Disable debug UART
author
Simon Glass
<sjg@chromium.org>
Thu, 27 Jun 2024 08:29:42 +0000
(09:29 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/configs/nyan-big_defconfig
b/configs/nyan-big_defconfig
index
1483d17
..
4dec710
100644
(file)
--- 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