samsung: add exynos/odroid-xu4 to uboot_helper

This commit is contained in:
chewitt 2020-04-25 09:28:22 +00:00
parent 9f56d47b7c
commit 1c0cd9e880

View File

@ -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):