sm7125: Fix a typo in init

Change-Id: Ic518371643841cdc1426cdb8a7b3897de95d0a94
fourteen-wip
Simon1511 3 years ago
parent b33410ed0d
commit 71b69b000f
  1. 2
      init/init_sec.cpp

@ -58,7 +58,7 @@ void vendor_load_properties()
device = "a52q";
}
name = device + "nseea";
name = device + "nsxx";
LOG(INFO) << "Found bootloader: %s", bootloader.c_str();
LOG(INFO) << "Setting ro.product.model: %s", model.c_str();

Loading…
Cancel
Save