From 8f9988fab6412210faa3073eb01661203a22440c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Sun, 11 Aug 2019 20:12:53 +0200 Subject: [PATCH] uboot_helper: Add Beelink GS1 board --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 6b57f32841..9e1e319ffc 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -75,6 +75,10 @@ devices = \ }, }, 'H6': { + 'beelink-gs1' : { + 'dtb' : 'sun50i-h6-beelink-gs1.dtb', + 'config' : 'beelink_gs1_defconfig' + }, 'orangepi-3': { 'dtb': 'sun50i-h6-orangepi-3.dtb', 'config': 'orangepi_3_defconfig'