From 7a86df990c7f0dc16b9579aad86f257bd6f13c71 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Sat, 4 Apr 2020 21:25:43 +0200 Subject: [PATCH] uboot_helper: H6: Add orangepi-lite2 board --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index b9eaf4e9cd..0f4b594a83 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -122,6 +122,10 @@ devices = \ 'dtb': 'sun50i-h6-orangepi-3.dtb', 'config': 'orangepi_3_defconfig' }, + 'orangepi-lite2': { + 'dtb': 'sun50i-h6-orangepi-lite2.dtb', + 'config': 'orangepi_lite2_defconfig' + }, 'orangepi-one-plus': { 'dtb': 'sun50i-h6-orangepi-one-plus.dtb', 'config': 'orangepi_one_plus_defconfig'