Amlogic: fix correct debug tty path
This commit is contained in:
parent
ae0d19763b
commit
9499630ac6
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@
|
|||
DRIVER_ADDONS=""
|
||||
|
||||
# debug tty path
|
||||
DEBUG_TTY="/dev/ttyFIQ0"
|
||||
DEBUG_TTY="/dev/ttyAML0"
|
||||
|
||||
# Disable 32BIT support
|
||||
ENABLE_32BIT="false"
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
DRIVER_ADDONS_SUPPORT="no"
|
||||
|
||||
# debug tty path
|
||||
DEBUG_TTY="/dev/ttyS2"
|
||||
DEBUG_TTY="/dev/ttyAML0"
|
||||
|
||||
# build with entware installer
|
||||
ENTWARE_SUPPORT="yes"
|
||||
|
|
Loading…
Reference in a new issue