From a171b1c96ab005019ff7c58756fcba98ff95e818 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 30 Sep 2020 16:08:07 +0200 Subject: [PATCH] Add HW25 machine.conf BugzID: 66158 --- conf/machine/am335x-hw25.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/machine/am335x-hw25.conf 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 "