From 71b69b000f01f5a48daeda3401a6a0e0d4dc4dd0 Mon Sep 17 00:00:00 2001 From: Simon1511 Date: Mon, 18 Oct 2021 12:51:35 +0200 Subject: [PATCH] sm7125: Fix a typo in init Change-Id: Ic518371643841cdc1426cdb8a7b3897de95d0a94 --- init/init_sec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init_sec.cpp b/init/init_sec.cpp index ad8e0e1..048e0a9 100644 --- a/init/init_sec.cpp +++ b/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();