From a3878585eb84f4649ab24ea66a3e98abbd47c4f8 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Mon, 3 Jun 2019 23:22:45 +0200 Subject: [PATCH] uboot_helper: Add OrangePi 3 --- scripts/uboot_helper | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 8d993311c9..a44942420a 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -28,6 +28,7 @@ devices = { }, 'H6' : { 'pine_h64' : { 'dtb' : 'sun50i-h6-pine-h64.dtb', 'config' : 'pine_h64_defconfig' }, + 'orangepi_3' : { 'dtb' : 'sun50i-h6-orangepi-3.dtb', 'config' : 'orangepi_3_defconfig' }, }, }, 'Rockchip' : {