mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "pack.py: Updated bootargs for IPQ40xx"
This commit is contained in:
commit
bacdce0556
1 changed files with 1 additions and 1 deletions
|
|
@ -720,7 +720,7 @@ class Pack(object):
|
||||||
if "ipq40xx" in KERNEL_IMG_NAME:
|
if "ipq40xx" in KERNEL_IMG_NAME:
|
||||||
DTB = "qcom-ipq4019-ap.dk04.1-c1.dtb"
|
DTB = "qcom-ipq4019-ap.dk04.1-c1.dtb"
|
||||||
BASE_ADDR = "0x80200000"
|
BASE_ADDR = "0x80200000"
|
||||||
BOOT_ARGS = "\'console=ttyMSM0,115200 root=/dev/mmcblk0p12 rootwait\'"
|
BOOT_ARGS = "\'rootfsname=rootfs rootdelay=1\'"
|
||||||
elif "ipq806x" in KERNEL_IMG_NAME:
|
elif "ipq806x" in KERNEL_IMG_NAME:
|
||||||
DTB = "qcom-ipq8064-ap145.dtb"
|
DTB = "qcom-ipq8064-ap145.dtb"
|
||||||
BASE_ADDR = "0x42200000"
|
BASE_ADDR = "0x42200000"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue