From 0f2c3e1994eafa9be0dead5e99fe2f176c12becc Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 29 Jan 2021 07:28:28 +0000 Subject: [PATCH] scripts: add odroid-hc4 to uboot_helper --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 9e551b3e3e..5c903ebedb 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -193,6 +193,10 @@ devices = \ 'dtb': 'meson-sm1-odroid-c4.dtb', 'config': 'odroid-c4_defconfig' }, + 'odroid-hc4': { + 'dtb': 'meson-sm1-odroid-hc4.dtb', + 'config': 'odroid-c4_defconfig' + }, 'odroid-n2': { 'dtb': 'meson-g12b-odroid-n2.dtb', 'config': 'odroid-n2_defconfig'