From 5a75688cd1807dd708d4a11db25da82af09120c9 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Sun, 14 Apr 2019 12:31:11 +0200 Subject: [PATCH] uboot_helper: add H5 board --- scripts/uboot_helper | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index e08608dadc..b9eaf4e9cd 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -107,6 +107,12 @@ devices = \ 'config': 'orangepi_plus_defconfig' }, }, + 'H5' : { + 'orangepi-pc2': { + 'dtb': 'sun50i-h5-orangepi-pc2.dtb', + 'config': 'orangepi_pc2_defconfig' + }, + }, 'H6': { 'beelink-gs1' : { 'dtb' : 'sun50i-h6-beelink-gs1.dtb',