diff options
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am64xx.inc | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/k3.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc index aa2dd1ec..6af4d050 100644 --- a/meta-ti-bsp/conf/machine/include/am64xx.inc +++ b/meta-ti-bsp/conf/machine/include/am64xx.inc | |||
| @@ -30,4 +30,4 @@ OPTEEMACHINE = "k3-am64x" | |||
| 30 | 30 | ||
| 31 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw pruprp-fw" | 31 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw pruprp-fw" |
| 32 | 32 | ||
| 33 | TI_WKS_BOOTLOADER_APPEND = "console=ttyS2,115200n8" | 33 | SERIAL_CONSOLES = "115200;ttyS2" |
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index 89a67f3c..3138cf08 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc | |||
| @@ -51,7 +51,7 @@ MACHINE_FEATURES += "efi" | |||
| 51 | 51 | ||
| 52 | WKS_FILE ?= "${@bb.utils.contains("MACHINE_FEATURES", "efi", "sdimage-2part-efi.wks.in", "sdimage-2part.wks", d)}" | 52 | WKS_FILE ?= "${@bb.utils.contains("MACHINE_FEATURES", "efi", "sdimage-2part-efi.wks.in", "sdimage-2part.wks", d)}" |
| 53 | 53 | ||
| 54 | TI_WKS_BOOTLOADER_APPEND ?= "" | 54 | TI_WKS_BOOTLOADER_APPEND ?= "console=${KERNEL_CONSOLE}" |
| 55 | 55 | ||
| 56 | do_image_wic[depends] += "virtual/bootloader:do_deploy" | 56 | do_image_wic[depends] += "virtual/bootloader:do_deploy" |
| 57 | 57 | ||
