From 23e64b8622685b1872de10270390abfcaee6ddad Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Sun, 10 Jan 2021 11:44:58 +0100 Subject: [PATCH] uboot_helper: Add Tanix TX6 Crust config --- scripts/uboot_helper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 5fe0b1c192..c2b3edfbee 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -133,7 +133,8 @@ devices = \ }, 'tanix-tx6' : { 'dtb' : 'sun50i-h6-tanix-tx6.dtb', - 'config' : 'tanix_tx6_defconfig' + 'config' : 'tanix_tx6_defconfig', + 'crust_config' : 'tanix_tx6_defconfig' }, }, 'R40' : {