diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 11d6c008b3..638bd4c6c4 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -330,6 +330,14 @@ devices = \ }, }, }, + 'Samsung': { + 'Exynos': { + 'odroid-xu4': { + 'dtb': 'exynos5422-odroidxu4.dtb', + 'config': 'odroid-xu4_defconfig' + }, + }, + }, } def usage(PROJECT=None, SOC=None, FILE=sys.stdout):