16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW20 based routers like NB1601
|
|
#@DESCRIPTION: Machine configuration for the NRHW20 based routers http://www.netmodule.com/products/industrial-routers.html
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEFCONFIG ??= "am335x-nrhw20_defconfig"
|
|
KERNEL_DEVICETREE = "am335x-nrhw20-prod1.dtb \
|
|
"
|
|
KERNEL_IMAGETYPE = "fitImage"
|
|
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"
|
|
|