From 5d00c9807bcaaf74f0e5fa7fa592dc9f8a0d6baf Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 13 Feb 2023 13:27:02 +0100 Subject: [PATCH] hw25: Remove machine override from hw24 This override was useful in the past when we had a lot of features defined directly using the machine name. But now it is not needed anymore. It is actually the source of problems when using specific files for both hw24 and 25: Since the HW24 overrides was at the end, the files for it were always used and the files for HW25 were ignored. id:366284 --- conf/machine/am335x-hw25.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/am335x-hw25.conf b/conf/machine/am335x-hw25.conf index 3891d53..030c0ef 100644 --- a/conf/machine/am335x-hw25.conf +++ b/conf/machine/am335x-hw25.conf @@ -3,7 +3,6 @@ #@DESCRIPTION: Machine configuration for the netmodule hw25, aka TC Router require am335x-nmhw24.conf -MACHINEOVERRIDES .= ":am335x-nmhw24" UBOOT_MACHINE = "am335x_hw25_defconfig"