diff options
-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 804ec32350..f90e2344bb 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} | |||
19 | # Specify full kernel path on target. | 19 | # Specify full kernel path on target. |
20 | KERNEL=/boot/${KERNEL_IMAGETYPE} | 20 | KERNEL=/boot/${KERNEL_IMAGETYPE} |
21 | # | 21 | # |
22 | # Specify which device tree blob to use | ||
23 | # DTB=/boot/my-own-dtb | ||
24 | # | ||
22 | # Append this tags to the kernel cmdline. | 25 | # Append this tags to the kernel cmdline. |
23 | APPEND=${CMDLINE} ${CMDLINE_DEBUG} | 26 | APPEND=${CMDLINE} ${CMDLINE_DEBUG} |
24 | # | 27 | # |
28 | # Overwrite kernel command line instead of appending to it | ||
29 | # CMDLINE=console=/dev/tty0 root=/dev/sdb1 | ||
30 | # | ||
25 | # Specify optional initrd/initramfs. | 31 | # Specify optional initrd/initramfs. |
26 | # INITRD=/boot/initramfs.cpio.gz | 32 | # INITRD=/boot/initramfs.cpio.gz |
27 | # | 33 | # |