aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-linaro-4.9-pmwg
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-01-24 21:41:26 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-01-24 16:15:14 +0000
commit24f3dad3559412c2f7ec80a0ba993458a8cb4fa1 (patch)
treec35c8e40a39644d4d310a01d34b13115fc9d068c /android-hikey-linaro-4.9-pmwg
parenta4b69880e256fc1ce97219ad118a4d3e1cb86b61 (diff)
android-hikey-linaro-4.9-pmwg: fix commandline
Change-Id: Ie5cd5f4ffed15abda57035cc8431f10ef90fc57b 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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-hikey-linaro-4.9-pmwg/builders.sh b/android-hikey-linaro-4.9-pmwg/builders.sh
index 7dcfe3be16..36ec240b30 100644
--- a/android-hikey-linaro-4.9-pmwg/builders.sh
+++ b/android-hikey-linaro-4.9-pmwg/builders.sh
@@ -16,7 +16,7 @@ case "${DEFCONFIG}" in
hikey_defconfig)
python mkbootimg \
--kernel ${PWD}/arch/arm64/boot/Image-dtb \
- --cmdline console="ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime printk.devkmsg=on buildvariant=userdebug" \
+ --cmdline "console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime printk.devkmsg=on buildvariant=userdebug" \
--os_version O \
--os_patch_level 2016-11-05 \
--ramdisk ramdisk.img \
@@ -25,7 +25,7 @@ case "${DEFCONFIG}" in
hikey960_defconfig)
python mkbootimg \
--kernel ${PWD}/arch/arm64/boot/Image-dtb \
- --cmdline console="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=/system/etc/firmware loglevel=15 buildvariant=userdebug" \
--base 0x0 --tags_offset 0x07a00000 --kernel_offset 0x00080000 \
--ramdisk_offset 0x07c00000 \
--os_version P \