Merge pull request #9 from bhush9/no-cursor

disable cursor on both devices
This commit is contained in:
Asriel Dreemurr 2020-03-19 22:32:54 +07:00 committed by GitHub
commit 5266515906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
setenv kernel_addr_z 0x44080000
setenv bootargs loglevel=0 silent console=tty0
setenv bootargs loglevel=0 silent console=tty0 vt.global_cursor_default=0
gpio set 114

View File

@ -1,6 +1,6 @@
setenv kernel_addr_z 0x44080000
setenv bootargs loglevel=0 silent console=tty0
setenv bootargs loglevel=0 silent console=tty0 vt.global_cursor_default=0
gpio set 114