From 46b2004ab217bc333eb456e86eb4df802ac372d2 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Fri, 8 Jan 2021 11:40:25 -0600 Subject: [PATCH] u-boot-ti: am64xx: Remove dm support for uboot Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index a871b779..dc8d6b06 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc @@ -41,7 +41,6 @@ PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-i PACKAGECONFIG_append_aarch64 = " atf optee" PACKAGECONFIG_append_j7 = " dm" -PACKAGECONFIG_append_am64xx = " dm" COMPATIBLE_MACHINE = "(ti-soc)"