From ea3df742244dddabc87f6d2b36fb3db06993b6ec Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 4 Jul 2019 10:17:21 -0700 Subject: [PATCH] scripts/uboot_helper: add iMX8 --- scripts/uboot_helper | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 5c903ebedb..90f0fe38e4 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -218,6 +218,16 @@ devices = \ 'config': 'wandboard_defconfig' }, }, + 'iMX8' : { + 'mq-evk' : { + 'dtb' : 'imx8mq-evk.dtb', + 'config' : 'imx8mq_evk_defconfig' + }, + 'pico-mq' : { + 'dtb' : 'imx8mq-pico-pi.dtb', + 'config' : 'pico-imx8mq_defconfig' + }, + }, }, 'Qualcomm': { 'Dragonboard': {