From 8f49486c1a63575d62297647322e86d4cb371b8a Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Sat, 15 Jun 2019 18:03:15 +0200 Subject: [PATCH] uboot_helper: Add Allwinner H6 based Tanix TX6 STB --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 7a020d74d6..61624ca90b 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -95,6 +95,10 @@ devices = \ 'dtb': 'sun50i-h6-pine-h64.dtb', 'config': 'pine_h64_defconfig' }, + 'tanix-tx6' : { + 'dtb' : 'sun50i-h6-tanix-tx6.dtb', + 'config' : 'eachlink_h6_mini_defconfig' + }, }, }, 'Amlogic': {