diff --git a/conf/machine/am335x-hw25.conf b/conf/machine/am335x-hw25.conf new file mode 100644 index 0000000..eb637fc --- /dev/null +++ b/conf/machine/am335x-hw25.conf @@ -0,0 +1,10 @@ +#@TYPE: Machine +#@NAME: NetModule HW 25 +#@DESCRIPTION: Machine configuration for the netmodule hw25, aka TC Router + +require am335x-nmhw24.conf +MACHINEOVERRIDES .= ":am335x-nmhw24" + +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-hw25" + +KERNEL_DEVICETREE = "am335x-hw25.dtb "