From 40930991031a0ac6e79fc2ed3a8117853dd444ff Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Wed, 14 Aug 2019 11:42:39 +0200 Subject: [PATCH] am335x-nmhw24: inital machine configuration BugzID: 58178 Signed-off-by: Ramon Moesching --- conf/machine/am335x-nmhw24.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/am335x-nmhw24.conf diff --git a/conf/machine/am335x-nmhw24.conf b/conf/machine/am335x-nmhw24.conf new file mode 100644 index 0000000..5bf95df --- /dev/null +++ b/conf/machine/am335x-nmhw24.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: NetModule HW 24 +#@DESCRIPTION: Machine configuration for the nrhw24 mainboard + +require conf/machine/include/ti33x.inc + +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" + +KERNEL_DEFCONFIG ??= "am335x-nmhw24-fct_defconfig" +KERNEL_DEVICETREE = "am335x-nmhw24-prod1.dtb \ + " + +KERNEL_IMAGETYPE = "fitImage" + +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw24" + +MACHINE_FEATURES += " \ + toby-l2 \ + bluetooth \ + tibluetooth \ +" +