diff --git a/conf/machine/am335x-hw26-vcupro.conf b/conf/machine/am335x-hw26-vcupro.conf new file mode 100644 index 0000000..6e84a86 --- /dev/null +++ b/conf/machine/am335x-hw26-vcupro.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@NAME: NetModule HW 26 with user module +#@DESCRIPTION: NG800 (hw26) was based on VCU1 (hw21), but later on, +# the new VCU pro was based on the changes done on NG800 + +require am335x-hw26.conf +MACHINEOVERRIDES .= ":am335x-hw26" + +USER_MODULE_MACHINE_FEATURE = "user-module" diff --git a/conf/machine/am335x-hw26.conf b/conf/machine/am335x-hw26.conf index 86fc745..d50b1cc 100644 --- a/conf/machine/am335x-hw26.conf +++ b/conf/machine/am335x-hw26.conf @@ -6,5 +6,8 @@ require am335x-nmhw21.conf KERNEL_DEVICETREE_TO_USE = "${HW26_DT}" MACHINEOVERRIDES .= ":am335x-nmhw21" + MACHINE_FEATURES += "pps" -MACHINE_FEATURES_remove = "user-module" + +# Remove usermodule +USER_MODULE_MACHINE_FEATURE = "" diff --git a/conf/machine/am335x-nmhw21.conf b/conf/machine/am335x-nmhw21.conf index 5c79c79..f41435f 100644 --- a/conf/machine/am335x-nmhw21.conf +++ b/conf/machine/am335x-nmhw21.conf @@ -30,7 +30,9 @@ MACHINE_FEATURES += " \ neo-m8l \ wifi \ ti-wifi \ - user-module \ da9063-ignition \ " +USER_MODULE_MACHINE_FEATURE = "user-module" +MACHINE_FEATURES_append = " ${USER_MODULE_MACHINE_FEATURE}" +