aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-linaro-4.9-pmwg
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-08-28 11:23:27 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-08-28 05:54:04 +0000
commitb5bce674d2a2c705a4ff5185aa555a470e958596 (patch)
tree510c9d852883723c4373c7442c437101ab4424bf /android-hikey-linaro-4.9-pmwg
parent9d4bc725f45fd5a6fc514ff1e6e06ec3de047c40 (diff)
android-hikey-linaro-4.9-pmwg: fix cmdline
Change-Id: I6d6e96e1daf22a27e5f0515dd97b4efd5c8fcf99 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-hikey-linaro-4.9-pmwg')
-rw-r--r--android-hikey-linaro-4.9-pmwg/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-hikey-linaro-4.9-pmwg/builders.sh b/android-hikey-linaro-4.9-pmwg/builders.sh
index a7d81064b6..a6e1c892ee 100644
--- a/android-hikey-linaro-4.9-pmwg/builders.sh
+++ b/android-hikey-linaro-4.9-pmwg/builders.sh
@@ -37,7 +37,7 @@ case "${DEFCONFIG}" in
hikey960_defconfig)
python mkbootimg \
--kernel ${PWD}/arch/arm64/boot/Image-dtb \
- --cmdline "androidboot.hardware=hikey960 console=ttyFIQ0 androidboot.console=ttyFIQ0 firmware_class.path=/system/etc/firmware loglevel=15 buildvariant=userdebug" \
+ --cmdline "androidboot.hardware=hikey960 console=ttyFIQ0 androidboot.console=ttyFIQ0 firmware_class.path=/vendor/firmware loglevel=15 buildvariant=userdebug" \
--base 0x0 --tags_offset 0x07a00000 --kernel_offset 0x00080000 \
--ramdisk_offset 0x07c00000 \
--os_version P \