From ff716bf292ef0293dcf6e00d2fb081e9f4985d64 Mon Sep 17 00:00:00 2001 From: Valeri Atamaniouk Date: Tue, 11 Feb 2014 11:58:28 +0200 Subject: [PATCH] apq8084: qca1530 detection property changed Changed QCA1530 SoC detection property from persistent to non-pesistent. New property is 'sys.qca1530'. CRs-Fixed: 614154 Change-Id: I61ed4191e6413bb6eab71c61d9ed070a5815c178 --- utils/loc_target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/loc_target.cpp b/utils/loc_target.cpp index 2aba5fc3..649c2546 100644 --- a/utils/loc_target.cpp +++ b/utils/loc_target.cpp @@ -101,7 +101,7 @@ static int read_a_line(const char * file_path, char * line, int line_size) */ static bool is_qca1530(void) { - static const char qca1530_property_name[] = "persist.qca1530"; + static const char qca1530_property_name[] = "sys.qca1530"; bool res = false; int ret, i; char buf[PROPERTY_VALUE_MAX];