From c6f8822b27c78c1bda7fcb4d7e7d25c66b8a3aaa Mon Sep 17 00:00:00 2001 From: Pat Wood Date: Thu, 21 May 2020 16:23:48 +0000 Subject: [PATCH] uboot_helper: for Pine H64 Model B: changed target to pine-h64-model-b --- scripts/uboot_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 635bdc0e93..11d6c008b3 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -138,7 +138,7 @@ devices = \ 'dtb': 'sun50i-h6-pine-h64.dtb', 'config': 'pine_h64_defconfig' }, - 'pine-h64b': { + 'pine-h64-model-b': { 'dtb': 'sun50i-h6-pine-h64-model-b.dtb', 'config': 'pine_h64_defconfig' },