From b0a1d9ead246241c489d30d519995c4812d256ac Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 13 Aug 2021 16:21:28 +0200 Subject: [PATCH] machines.conf: add machine feature user-module to hw21 and remove the machine feature on hw26 since it is derived from hw21 machine config. BugzID: 73593 Signed-off-by: Patrick Zysset --- conf/machine/am335x-hw26.conf | 1 + conf/machine/am335x-nmhw21.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/machine/am335x-hw26.conf b/conf/machine/am335x-hw26.conf index a34e5c1..8bb9afa 100644 --- a/conf/machine/am335x-hw26.conf +++ b/conf/machine/am335x-hw26.conf @@ -7,3 +7,4 @@ require am335x-nmhw21.conf KERNEL_DEVICETREE = "am335x-hw26.dtb " MACHINEOVERRIDES .= ":am335x-nmhw21" MACHINE_FEATURES += "pps" +MACHINE_FEATURES_remove = "user-module" diff --git a/conf/machine/am335x-nmhw21.conf b/conf/machine/am335x-nmhw21.conf index 3467a2a..d49fae7 100644 --- a/conf/machine/am335x-nmhw21.conf +++ b/conf/machine/am335x-nmhw21.conf @@ -33,5 +33,6 @@ MACHINE_FEATURES += " \ neo-m8l \ wifi \ ti-wifi \ + user-module \ "