From b17b795e838dead11eddb578cd44fa5510b13151 Mon Sep 17 00:00:00 2001 From: chewitt Date: Fri, 24 Apr 2020 10:54:28 +0000 Subject: [PATCH] amlogic: add C4 to scripts/u-boot helper --- scripts/uboot_helper | 4 ++++ 1 file changed, 4 insertions(+) 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'