From 3349f227a07af4b4580c75818cd1b492af47b07f Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 8 Sep 2020 14:33:46 +0200 Subject: [PATCH] hw26: Use machine overrides from HW21 Since HW26 is sharing a lot with HW21, we can avoid redefining everything twice by using this feature. BugzID: 63682 --- conf/machine/am335x-hw26.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/am335x-hw26.conf b/conf/machine/am335x-hw26.conf index 3adf9b9..99551fc 100644 --- a/conf/machine/am335x-hw26.conf +++ b/conf/machine/am335x-hw26.conf @@ -5,3 +5,4 @@ #require conf/machine/include/ti33x.inc require am335x-nmhw21.conf KERNEL_DEVICETREE = "am335x-hw26.dtb " +MACHINEOVERRIDES .= ":am335x-nmhw21"