diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-15 17:11:37 +0000 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-15 21:11:49 +0000 |
commit | 4cde8b6cae74c6fa0c5364cb3521cf0d43f3a537 (patch) | |
tree | 33592503aa701e02907c66b42e9e4eec8c7d20ff | |
parent | e20113d667855f05dab5b5507182ef1b76fc19bc (diff) | |
download | meta-ti-4cde8b6cae74c6fa0c5364cb3521cf0d43f3a537.tar.gz |
conf: machine: am64xx: Add missing dtbo
Add missing k3-am642-evm-nand.dtbo required for system test
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r-- | conf/machine/include/am64xx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc index 95fdc79d..7646c70a 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc | |||
@@ -10,6 +10,7 @@ KERNEL_DEVICETREE = " \ | |||
10 | ti/k3-am642-evm.dtb \ | 10 | ti/k3-am642-evm.dtb \ |
11 | ti/k3-am642-sk.dtb \ | 11 | ti/k3-am642-sk.dtb \ |
12 | ti/k3-am642-evm-icssg1-dualemac.dtbo \ | 12 | ti/k3-am642-evm-icssg1-dualemac.dtbo \ |
13 | ti/k3-am642-evm-nand.dtbo \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | # AM64 supports multi-certificate images, use the same | 16 | # AM64 supports multi-certificate images, use the same |