From 9bbbb08d38e6be16288a14496539064555bf672f Mon Sep 17 00:00:00 2001 From: Massimo Pennazio Date: Thu, 8 Feb 2018 11:17:02 +0000 Subject: [PATCH] Fixed machine for NanoPi NEO2 --- conf/machine/nanopi-neo2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/nanopi-neo2.conf b/conf/machine/nanopi-neo2.conf index a994846..346b94f 100644 --- a/conf/machine/nanopi-neo2.conf +++ b/conf/machine/nanopi-neo2.conf @@ -5,7 +5,7 @@ require conf/machine/include/sun50i.inc -PREFERRED_VERSION_u-boot = "v2018.03%" +PREFERRED_VERSION_u-boot = "2018.01%" -KERNEL_DEVICETREE = "sun50i-h5-nanopi-neo2.dtb" +KERNEL_DEVICETREE = "allwinner/sun50i-h5-nanopi-neo2.dtb" UBOOT_MACHINE = "nanopi_neo2_defconfig"