From ecd04e5a6f35b97447c2d16231944ae4e9ca010c Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 4 Jul 2019 18:31:48 -0700 Subject: [PATCH] uboot_helper: add dragonboard 410c --- scripts/uboot_helper | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 4f1d7c568d..4cb43e43e5 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -115,6 +115,14 @@ devices = \ }, }, }, + 'Qualcomm': { + 'Dragonboard': { + '410c': { + 'dtb': 'apq8016-sbc.dtb', + 'config': 'dragonboard410c_defconfig' + }, + }, + }, 'Rockchip': { 'MiQi': { 'rk3288': {