From 1c0cd9e88087382d2cebdc578fcf7639969219b6 Mon Sep 17 00:00:00 2001 From: chewitt Date: Sat, 25 Apr 2020 09:28:22 +0000 Subject: [PATCH] samsung: add exynos/odroid-xu4 to uboot_helper --- scripts/uboot_helper | 8 ++++++++ 1 file changed, 8 insertions(+) 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):