From 1bd87f7360abca08e4cbc4b7478146f459b2ea00 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Mon, 2 Jan 2023 16:01:01 +0100 Subject: [PATCH] uboot_helper: Add OrangePi 3 LTS target --- scripts/uboot_helper | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 45c64c967a..9cb2499e2f 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -120,6 +120,11 @@ devices = \ 'config': 'orangepi_3_defconfig', 'crust_config': 'orangepi_3_defconfig' }, + 'orangepi-3-lts': { + 'dtb': 'sun50i-h6-orangepi-3-lts.dtb', + 'config': 'orangepi_3_defconfig', + 'crust_config': 'orangepi_3_defconfig' + }, 'orangepi-lite2': { 'dtb': 'sun50i-h6-orangepi-lite2.dtb', 'config': 'orangepi_lite2_defconfig',