From 28cee771feabe2bbafc73cf1af0fd7cc06a0dc63 Mon Sep 17 00:00:00 2001 From: Pat Wood Date: Thu, 21 May 2020 15:51:20 +0000 Subject: [PATCH] uboot_helper: added support for Pine H64 Model B --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index e2ede2e9cf..635bdc0e93 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -138,6 +138,10 @@ devices = \ 'dtb': 'sun50i-h6-pine-h64.dtb', 'config': 'pine_h64_defconfig' }, + 'pine-h64b': { + 'dtb': 'sun50i-h6-pine-h64-model-b.dtb', + 'config': 'pine_h64_defconfig' + }, 'tanix-tx6' : { 'dtb' : 'sun50i-h6-tanix-tx6.dtb', 'config' : 'eachlink_h6_mini_defconfig'