diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2018-09-07 12:46:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 00:06:24 -0700 |
commit | 7aba8f58ff8767d0540194edf2867c6a64153e47 (patch) | |
tree | 808f8b22c68b6b0208568f9539d8949070bd4894 /meta-initramfs | |
parent | 6bed5b3d74322075e4bbd7bc20fcf364d9287e7d (diff) | |
download | meta-openembedded-contrib-7aba8f58ff8767d0540194edf2867c6a64153e47.tar.gz |
kexecboot-cfg: add new options for DTB and CMDLINE
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb index 804ec32350c..f90e2344bb1 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb @@ -19,9 +19,15 @@ LABEL=${KEXECBOOT_LABEL} # Specify full kernel path on target. KERNEL=/boot/${KERNEL_IMAGETYPE} # +# Specify which device tree blob to use +# DTB=/boot/my-own-dtb +# # Append this tags to the kernel cmdline. APPEND=${CMDLINE} ${CMDLINE_DEBUG} # +# Overwrite kernel command line instead of appending to it +# CMDLINE=console=/dev/tty0 root=/dev/sdb1 +# # Specify optional initrd/initramfs. # INITRD=/boot/initramfs.cpio.gz # |