From b04da7c1e38fceb80735941bd16025161b8ccbac Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sat, 22 Jan 2022 12:43:40 +0000 Subject: [PATCH] scripts: drop beelink-s922x from helper as no longer needed --- scripts/uboot_helper | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 754ca5126f..66454103f1 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -163,10 +163,6 @@ devices = \ 'dtb': 'meson-sm1-bananapi-m5.dtb', 'config': 'bananapi-m5_defconfig' }, - 'beelink-s922x': { - 'dtb': 'meson-g12b-gtking.dtb', - 'config': 'beelink-gtking_defconfig' - }, 'khadas-vim': { 'dtb': 'meson-gxl-s905x-khadas-vim.dtb', 'config': 'khadas-vim_defconfig'