From 23551f92e41bd63309d01f14ccb79a0875cd907d Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Sat, 5 Sep 2020 11:16:47 +0200 Subject: [PATCH] uboot_helper: Add BananaPi M2 Ultra --- scripts/uboot_helper | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 99d4e81ba0..1e4c0f2021 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -147,6 +147,12 @@ devices = \ 'config' : 'eachlink_h6_mini_defconfig' }, }, + 'R40' : { + 'bananapi-m2u' : { + 'dtb' : 'sun8i-r40-bananapi-m2-ultra.dtb', + 'config' : 'Bananapi_M2_Ultra_defconfig' + }, + }, }, 'Amlogic': { 'AMLGX': {