commit | b2cce1055ea90052e5de406c99cdb5be2f8a06cf | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Sat Sep 25 11:31:26 2021 -0400 |
committer | bigbiff <bigbiff@teamw.in> | Sat Sep 25 15:33:19 2021 +0000 |
tree | 62c7dd540026c69b116eb02e4f02fe7dfc7c202f | |
parent | bc2cfa36ec8f55f992caa5ed1eb41aa037f63cee [diff] |
screen blank: maintainer should specify in Board whether to disable Change-Id: Id7dfea1ed9391d5a5f617b72a25fdb74dc235537
diff --git a/gui/libguitwrp_defaults.go b/gui/libguitwrp_defaults.go index 00ef028..9e8fd0b 100644 --- a/gui/libguitwrp_defaults.go +++ b/gui/libguitwrp_defaults.go
@@ -227,10 +227,6 @@ cflags = append(cflags, "-DAB_OTA_UPDATER=1") } - if getMakeVars(ctx, "TW_SCREEN_BLANK_ON_BOOT") == "true" { - cflags = append(cflags, "-DTW_NO_SCREEN_BLANK") - } - return cflags }