From eb02a6365cc29c96332e7f6496a2de64d6ae93e1 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Sat, 30 Jan 2021 18:19:01 +0100 Subject: [PATCH] uboot_helper: Add crust_config to some boards --- scripts/uboot_helper | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index b08252f9fb..9e551b3e3e 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -52,19 +52,23 @@ devices = \ 'H3': { 'bananapi-m2p': { 'dtb': 'sun8i-h3-bananapi-m2-plus.dtb', - 'config': 'bananapi_m2_plus_h3_defconfig' + 'config': 'bananapi_m2_plus_h3_defconfig', + 'crust_config': 'bananapi_m2_plus_h3_defconfig' }, 'beelink-x2': { 'dtb': 'sun8i-h3-beelink-x2.dtb', - 'config': 'beelink_x2_defconfig' + 'config': 'beelink_x2_defconfig', + 'crust_config': 'beelink_x2_defconfig' }, 'libretech-h3': { 'dtb': 'sun8i-h3-libretech-all-h3-cc.dtb', - 'config': 'libretech_all_h3_cc_h3_defconfig' + 'config': 'libretech_all_h3_cc_h3_defconfig', + 'crust_config': 'libretech_all_h3_cc_h3_defconfig', }, 'nanopi-m1': { 'dtb': 'sun8i-h3-nanopi-m1.dtb', - 'config': 'nanopi_m1_defconfig' + 'config': 'nanopi_m1_defconfig', + 'crust_config': 'nanopi_m1_defconfig' }, 'orangepi-2': { 'dtb': 'sun8i-h3-orangepi-2.dtb', @@ -100,7 +104,8 @@ devices = \ }, 'tritium-h5': { 'dtb': 'sun50i-h5-libretech-all-h3-cc.dtb', - 'config': 'libretech_all_h3_cc_h5_defconfig' + 'config': 'libretech_all_h3_cc_h5_defconfig', + 'crust_config': 'libretech_all_h3_cc_h5_defconfig' }, }, 'H6': {