From 33ad83a1de45d78a00a11ec2f3160fba5811c28e Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Fri, 7 May 2021 19:59:49 +0530 Subject: 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 --- conf/machine/include/am64xx.inc | 1 + 1 file changed, 1 insertion(+) 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}" KERNEL_DEVICETREE = " \ ti/k3-am642-evm.dtb \ + ti/k3-am642-sk.dtb \ " # AM64 supports multi-certificate images, use the same -- cgit v1.2.3-54-g00ecf