From 8a7ac3950d27be5026e27be4a5184196fc149757 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Sun, 10 Jan 2021 12:15:10 +0100 Subject: [PATCH] uboot_helper: Add Beelink GS1 Crust config --- scripts/uboot_helper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index d19fdfa29f..bb637a4dc9 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -111,7 +111,8 @@ devices = \ 'H6': { 'beelink-gs1' : { 'dtb' : 'sun50i-h6-beelink-gs1.dtb', - 'config' : 'beelink_gs1_defconfig' + 'config' : 'beelink_gs1_defconfig', + 'crust_config' : 'beelink_gs1_defconfig' }, 'orangepi-3': { 'dtb': 'sun50i-h6-orangepi-3.dtb',