diff options
author | 2021-05-07 19:59:49 +0530 | |
---|---|---|
committer | 2021-05-17 22:35:04 -0500 | |
commit | 0db194a572b28a97dae523336e27f8fdb920ad77 (patch) | |
tree | bc4224bbd345fbd0138dd1cd2abc5db61862c01b /conf | |
parent | ef48d2b3a0ab948d31e9beae50ca97863a7b1307 (diff) | |
download | meta-ti-0db194a572b28a97dae523336e27f8fdb920ad77.tar.gz meta-ti-0db194a572b28a97dae523336e27f8fdb920ad77.tar.bz2 meta-ti-0db194a572b28a97dae523336e27f8fdb920ad77.zip |
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>
Diffstat (limited to 'conf')
-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}" KERNEL_DEVICETREE = " \ ti/k3-am642-evm.dtb \ + ti/k3-am642-sk.dtb \ " # AM64 supports multi-certificate images, use the same |