nrhw18: Change devicetree to prod4

prod3 device tree is intended to be used with the PoE board
Fixed link is for the switch on PoE
This commit is contained in:
Alexandre Bard 2018-07-27 13:31:24 +02:00 committed by Patrick Zysset
parent e41ec3ebc8
commit b79bd2133f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SERIAL_CONSOLE = "115200 ttyS1"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
KERNEL_DEFCONFIG ??= "armada-385-nrhw18_defconfig" KERNEL_DEFCONFIG ??= "armada-385-nrhw18_defconfig"
KERNEL_DEVICETREE = "armada-385-nrhw18-prod3.dtb" KERNEL_DEVICETREE = "armada-385-nrhw18-prod4.dtb"
KERNEL_IMAGETYPE = "zImage" KERNEL_IMAGETYPE = "zImage"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"