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 06:54:06 +0000
commit1e31e2d24c0f3b8988d53df025224880c4d30767 (patch)
treee3469311b774ca95cb85bf19523c65b4a6309889
parent842fc3cf4b0734bc8b85d2af4dfc44d8395feaac (diff)
downloadmeta-ti-1e31e2d24c0f3b8988d53df025224880c4d30767.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 00a22d8c..9237732c 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} ];