m20lte: init: Don't set NFC sku prop here
* Moved to init.exynos7904.rc
Change-Id: Id63ca5dd0f7859c02d1e37d576b71f254319562d
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
diff --git a/init/init_m20lte.cpp b/init/init_m20lte.cpp
index ceff8c2..7e3ea9a 100644
--- a/init/init_m20lte.cpp
+++ b/init/init_m20lte.cpp
@@ -89,7 +89,6 @@
set_build_fingerprint("m20lte", "m20lteub", "M205MUBU8CUE1");
} else if (model == "SM-M205FN") {
set_build_fingerprint("m20lte", "m20lteeea", "M205FNEEU8CUG1");
- property_override("ro.boot.product.hardware.sku", "NFC");
} else {
LOG(ERROR) << __func__ << ": Coudn't indentify model!";
}