diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-05-07 19:59:49 +0530 |
|---|---|---|
| committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-05-14 01:07:05 -0500 |
| commit | 33ad83a1de45d78a00a11ec2f3160fba5811c28e (patch) | |
| tree | 0884778108e9960b46c3fb464e3d45c5989e628f | |
| parent | b180f688789eaaee426d0ed893a1e6ee113ed295 (diff) | |
| download | meta-ti-33ad83a1de45d78a00a11ec2f3160fba5811c28e.tar.gz | |
conf/machine: am64xx: Include SK dtb for machine am64xx-evm
As a step towards unification for am64xx-evm and am64xx-sk,
start including am64xx-sk dtb for machine=am64xx-evm.
Once U-Boot merges support for unified bootloader, am64xx-sk
machine can be dropped.
Signed-off-by: Lokesh Vutla <lokeshvutla@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 641bddd0..a46a50ed 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc | |||
| @@ -8,6 +8,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | |||
| 8 | 8 | ||
| 9 | KERNEL_DEVICETREE = " \ | 9 | KERNEL_DEVICETREE = " \ |
| 10 | ti/k3-am642-evm.dtb \ | 10 | ti/k3-am642-evm.dtb \ |
| 11 | ti/k3-am642-sk.dtb \ | ||
| 11 | " | 12 | " |
| 12 | 13 | ||
| 13 | # AM64 supports multi-certificate images, use the same | 14 | # AM64 supports multi-certificate images, use the same |
