summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Devshatwar <nikhil.nd@ti.com>2020-03-05 01:33:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-03-05 04:59:44 +0000
commitd9069bc3da35ae5e8291b78459e4a09f5a4e0693 (patch)
tree698b9c9be34b38adae9567091c2cebf96ed5c2ed
parentc1280a8ca27459134a05b04685134c7a39917dd3 (diff)
downloadmeta-ti-d9069bc3da35ae5e8291b78459e4a09f5a4e0693.tar.gz
recipes-bsp: jailhouse: Update tty for j7-evm jailhouse
Latest upstream jailhouse uses ttyS3 as the console for inmate cell. Update the recipe to pass the correct cmdline. Override only for j7-evm Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/jailhouse/jailhouse_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes-kernel/jailhouse/jailhouse_git.bb
index a4ee2fc7..1273c57d 100644
--- a/recipes-kernel/jailhouse/jailhouse_git.bb
+++ b/recipes-kernel/jailhouse/jailhouse_git.bb
@@ -59,7 +59,8 @@ INITRAMFS_IMAGE ?= ""
59JH_RAMFS_IMAGE ?= "${INITRAMFS_IMAGE}" 59JH_RAMFS_IMAGE ?= "${INITRAMFS_IMAGE}"
60 60
61JH_CMDLINE ?= "" 61JH_CMDLINE ?= ""
62JH_CMDLINE_k3 ?= "console=ttyS1,115200n8" 62JH_CMDLINE_am65xx ?= "console=ttyS1,115200n8"
63JH_CMDLINE_j7-evm ?= "console=ttyS3,115200n8"
63 64
64do_configure() { 65do_configure() {
65 if [ -d ${STAGING_DIR_HOST}/${CELLCONF_DIR} ]; 66 if [ -d ${STAGING_DIR_HOST}/${CELLCONF_DIR} ];