pack.py: Updated bootargs for IPQ40xx

Bootargs with rootwait wasn't effective.
Added rootdelay to fix rootmount issue.

Change-Id: I4dbc94902dce49f916846a26beadef8663e02822
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
Gokul Sriram Palanisamy 2020-02-18 11:48:24 +05:30
parent 82f0ffe01b
commit d99fcb75f9

View file

@ -720,7 +720,7 @@ class Pack(object):
if "ipq40xx" in KERNEL_IMG_NAME:
DTB = "qcom-ipq4019-ap.dk04.1-c1.dtb"
BASE_ADDR = "0x80200000"
BOOT_ARGS = "\'console=ttyMSM0,115200 root=/dev/mmcblk0p12 rootwait\'"
BOOT_ARGS = "\'rootfsname=rootfs rootdelay=1\'"
elif "ipq806x" in KERNEL_IMG_NAME:
DTB = "qcom-ipq8064-ap145.dtb"
BASE_ADDR = "0x42200000"