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
This commit is contained in:
Alexandre Bard 2023-02-13 13:27:02 +01:00
parent a020f9406e
commit 5d00c9807b
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#@DESCRIPTION: Machine configuration for the netmodule hw25, aka TC Router #@DESCRIPTION: Machine configuration for the netmodule hw25, aka TC Router
require am335x-nmhw24.conf require am335x-nmhw24.conf
MACHINEOVERRIDES .= ":am335x-nmhw24"
UBOOT_MACHINE = "am335x_hw25_defconfig" UBOOT_MACHINE = "am335x_hw25_defconfig"