diff options
author | 2021-11-19 22:26:01 -0500 | |
---|---|---|
committer | 2021-12-15 11:40:51 -0600 | |
commit | 03caaba391eb2ea2072a1d666cce59440a4e27e1 (patch) | |
tree | a12fb22aef36d188dd50a21f8967e434183b5cdd | |
parent | de1d246c2fda5a6edd517f3aefb84a5c5767e381 (diff) | |
download | meta-ti-03caaba391eb2ea2072a1d666cce59440a4e27e1.tar.gz meta-ti-03caaba391eb2ea2072a1d666cce59440a4e27e1.tar.bz2 meta-ti-03caaba391eb2ea2072a1d666cce59440a4e27e1.zip |
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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@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 18e3757a..1d53c7a1 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc @@ -10,6 +10,7 @@ KERNEL_DEVICETREE = " \ ti/k3-am642-evm.dtb \ ti/k3-am642-sk.dtb \ ti/k3-am642-evm-icssg1-dualemac.dtbo \ + ti/k3-am642-evm-nand.dtbo \ " # AM64 supports multi-certificate images, use the same |