From 53fc9199aab25c8b728c75d5a1520798e9e92d37 Mon Sep 17 00:00:00 2001 From: Massimo Pennazio Date: Wed, 14 Mar 2018 17:36:48 +0100 Subject: [PATCH] Fixed machine for NanoPi NEO2 tested on branch master --- conf/machine/nanopi-neo2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/nanopi-neo2.conf b/conf/machine/nanopi-neo2.conf index 346b94f..093a3aa 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 = "2018.01%" +PREFERRED_VERSION_u-boot = "v2017.11%" KERNEL_DEVICETREE = "allwinner/sun50i-h5-nanopi-neo2.dtb" UBOOT_MACHINE = "nanopi_neo2_defconfig"