zenfone7: Fix memory parameters for non-QCOM targets

Change-Id: I896267e7bb3fd5e05ccfa2818d9df4b04205a7bc
Signed-off-by: micky387 <mickaelsaibi@free.fr>
diff --git a/prebuilt/vendor/bin/init.qcom.post_boot.sh b/prebuilt/vendor/bin/init.qcom.post_boot.sh
index 23b61ba..eb112ba 100755
--- a/prebuilt/vendor/bin/init.qcom.post_boot.sh
+++ b/prebuilt/vendor/bin/init.qcom.post_boot.sh
@@ -922,7 +922,7 @@
     # Set allocstall_threshold to 0 for all targets.
     #
 
-ProductName=`getprop ro.product.name`
+ProductName=`getprop ro.board.platform`
 low_ram=`getprop ro.config.low_ram`
 
 if [ "$ProductName" == "msmnile" ] || [ "$ProductName" == "kona" ] || [ "$ProductName" == "sdmshrike_au" ]; then