vendor: init: Update to LA.VENDOR.1.0.r2-10200-WAIPIO.QSSI13.0
Change-Id: I8e2c4f76c53043842b512f51dd9711c41b447195
This commit is contained in:
parent
584e5bf68b
commit
7c03436f28
|
@ -149,19 +149,19 @@ function configure_memory_parameters() {
|
||||||
# Set Memory parameters.
|
# Set Memory parameters.
|
||||||
configure_memory_parameters
|
configure_memory_parameters
|
||||||
|
|
||||||
if [ -f /sys/devices/soc0/soc_id ]; then
|
if [ -f /sys/devices/soc0/chip_family ]; then
|
||||||
platformid=`cat /sys/devices/soc0/soc_id`
|
chipfamily=`cat /sys/devices/soc0/chip_family`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$platformid" in
|
case "$chipfamily" in
|
||||||
"537" | "583" | "613" | "631" | "633" | "634" | "638")
|
"0x84")
|
||||||
/vendor/bin/sh /vendor/bin/init.kernel.post_boot-parrot.sh
|
/vendor/bin/sh /vendor/bin/init.kernel.post_boot-parrot.sh
|
||||||
;;
|
;;
|
||||||
"568" | "602" | "581" | "582")
|
"0x8d")
|
||||||
/vendor/bin/sh /vendor/bin/init.kernel.post_boot-ravelin.sh
|
/vendor/bin/sh /vendor/bin/init.kernel.post_boot-ravelin.sh
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "***WARNING***: Invalid SoC ID\n\t No postboot settings applied!!\n"
|
echo "***WARNING***: Invalid chip family\n\t No postboot settings applied!!\n"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue