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'