am335x-nmhw24: inital machine configuration
BugzID: 58178 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
a8ff9e15a6
commit
4093099103
|
|
@ -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 \
|
||||||
|
"
|
||||||
|
|
||||||
Loading…
Reference in New Issue