mirror of
https://github.com/dreemurrs-embedded/Jumpdrive.git
synced 2024-11-16 14:10:06 +00:00
Merge pull request #9 from bhush9/no-cursor
disable cursor on both devices
This commit is contained in:
commit
5266515906
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user