diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 11d6c008b3..2b6bea541f 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -192,6 +192,10 @@ devices = \ 'dtb': 'meson-sm1-khadas-vim3l.dtb', 'config': 'khadas-vim3l_defconfig' }, + 'odroid-c4': { + 'dtb': 'meson-sm1-odroid-c4.dtb', + 'config': 'odroid-c4_defconfig' + }, 'odroid-n2': { 'dtb': 'meson-g12b-odroid-n2.dtb', 'config': 'odroid-n2_defconfig'