aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qcom-bootimg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-qcom-bootimg.inc')
-rw-r--r--recipes-kernel/linux/linux-qcom-bootimg.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-qcom-bootimg.inc b/recipes-kernel/linux/linux-qcom-bootimg.inc
index cfa0cf5..e860c25 100644
--- a/recipes-kernel/linux/linux-qcom-bootimg.inc
+++ b/recipes-kernel/linux/linux-qcom-bootimg.inc
@@ -5,8 +5,6 @@ SD_QCOM_BOOTIMG_ROOTFS ?= "undefined"
# set output file names
KERNEL_CMDLINE = "root=${1} rw rootwait console=${ttydev},${baudrate}n8"
-KERNEL_CMDLINE_append_dragonboard-845c = " clk_ignore_unused pd_ignore_unused"
-KERNEL_CMDLINE_append_qrb5165-rb5 = " pcie_pme=nomsi"
# param ${1} partition where rootfs is located
# param ${2} output boot image file name
@@ -17,7 +15,7 @@ priv_make_image() {
--output ${DEPLOYDIR}/${2}.img \
--pagesize ${QCOM_BOOTIMG_PAGE_SIZE} \
--base ${QCOM_BOOTIMG_KERNEL_BASE} \
- --cmdline "${KERNEL_CMDLINE}"
+ --cmdline "${KERNEL_CMDLINE} ${KERNEL_CMDLINE_EXTRA}"
}
do_deploy_append() {