diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/uboot-extlinux-config.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/uboot-extlinux-config.bbclass b/meta/classes/uboot-extlinux-config.bbclass index 61dff14b7c..c65c421b60 100644 --- a/meta/classes/uboot-extlinux-config.bbclass +++ b/meta/classes/uboot-extlinux-config.bbclass | |||
@@ -58,7 +58,7 @@ | |||
58 | # | 58 | # |
59 | # The kernel has an internal default console, which you can override with | 59 | # The kernel has an internal default console, which you can override with |
60 | # a console=...some_tty... | 60 | # a console=...some_tty... |
61 | UBOOT_EXTLINUX_CONSOLE ??= "console=${console}" | 61 | UBOOT_EXTLINUX_CONSOLE ??= "console=${console},${baudrate}" |
62 | UBOOT_EXTLINUX_LABELS ??= "linux" | 62 | UBOOT_EXTLINUX_LABELS ??= "linux" |
63 | UBOOT_EXTLINUX_FDT ??= "" | 63 | UBOOT_EXTLINUX_FDT ??= "" |
64 | UBOOT_EXTLINUX_FDTDIR ??= "../" | 64 | UBOOT_EXTLINUX_FDTDIR ??= "../" |