aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-linaro-4.14-pmwg
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-02-28 15:43:47 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-02-28 15:43:47 +0530
commit69d1c4f2b21742fcd79ea6426a882a4201f1686a (patch)
treea7b64c6bb2d2b40acce4222a5d2bbf074e73046f /android-hikey-linaro-4.14-pmwg
parente58b6fc0d74f65defa71e22d7c6462374d413eb1 (diff)
pmwg: hikey960: reduce debug log noise
Change-Id: Iac871524f2dab0bad4a5290077b977b24021fbf2 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-hikey-linaro-4.14-pmwg')
-rw-r--r--android-hikey-linaro-4.14-pmwg/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-hikey-linaro-4.14-pmwg/builders.sh b/android-hikey-linaro-4.14-pmwg/builders.sh
index 15402148c5..fa545344ae 100644
--- a/android-hikey-linaro-4.14-pmwg/builders.sh
+++ b/android-hikey-linaro-4.14-pmwg/builders.sh
@@ -40,7 +40,7 @@ case "${DEFCONFIG}" in
hikey960_defconfig)
python mkbootimg \
--kernel ${PWD}/arch/arm64/boot/Image.gz-dtb \
- --cmdline "androidboot.hardware=hikey960 firmware_class.path=/vendor/firmware loglevel=15 buildvariant=userdebug overlay_mgr.overlay_dt_entry=hardware_cfg_enable_android_fstab" \
+ --cmdline "androidboot.hardware=hikey960 firmware_class.path=/vendor/firmware buildvariant=userdebug overlay_mgr.overlay_dt_entry=hardware_cfg_enable_android_fstab" \
--base 0x0 --tags_offset 0x07a00000 --kernel_offset 0x00080000 \
--ramdisk_offset 0x07c00000 \
--os_version P \