Skip to content

Commit 36386e6

Browse files
authored
Amlogic: disable composit output on tvboxes (#1659) (#1684)
1 parent 529f0bb commit 36386e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

projects/Amlogic/options

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
# kernel serial console
2727
EXTRA_CMDLINE="systemd.debug_shell=ttyAML0 console=ttyAML0,115200n8 console=tty0"
2828

29+
# On tvbox force HDMI output by disabling composite
30+
if [ "$UBOOT_SYSTEM" = "box" ]; then
31+
EXTRA_CMDLINE+=" video=Composite-1:d"
32+
fi
33+
2934
################################################################################
3035
# setup build defaults
3136
################################################################################

0 commit comments

Comments
 (0)