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:
parent
a020f9406e
commit
5d00c9807b
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue