land: Don't log an error on init
If we get the board_id, that's fine. Don't log an error message. Change-Id: I4c0648b3bdc5847c70a02270220846d47ad09067
This commit is contained in:
parent
3c8370094d
commit
89892712bc
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ void vendor_load_properties()
|
|||
import_kernel_cmdline(0, import_cmdline);
|
||||
|
||||
property_set("ro.product.wt.boardid", board_id);
|
||||
ERROR("Detected board ID=%s\n", board_id);
|
||||
|
||||
if (!strcmp(board_id, "S88537AA1")) {
|
||||
property_set("ro.build.display.wtid", "SW_S88537AA1_V053_M20_MP_XM");
|
||||
|
|
Loading…
Reference in a new issue