Skip to content

Commit defdd97

Browse files
committed
board/aarch64: disable BootROM debug on RPi's
Now that we've got everything working, it's just annoying, so disable it but leave it in with a comment. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 69c350c commit defdd97

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

board/aarch64/raspberrypi-rpi64/config.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Raspberry Pi bootloader (start.elf) configuration
2+
#
3+
# uart_2ndstage=1 - Enable early boot debug output from the bootloader
4+
# Useful for debugging boot failures before U-Boot starts
5+
# Comment out for production to reduce boot noise
6+
17
[all]
28
arm_64bit=1
39

@@ -12,7 +18,7 @@ dtoverlay=infix-key
1218
disable_overscan=1
1319

1420
enable_uart=1
15-
uart_2ndstage=1
21+
#uart_2ndstage=1
1622

1723
[pi3]
1824
start_file=start.elf

0 commit comments

Comments
 (0)