Support dtb and itb extraction

This commit is contained in:
Carl D. Roth
2016-05-06 11:08:06 -07:00
parent 71e0cc65c2
commit c5a8d943b2

View File

@@ -71,7 +71,7 @@ def extractVendor(platform, arch):
l = [x for x in l if x.startswith('onl-vendor-config-')]
return "\n".join(l)
if key in ('kernel', 'initrd',):
if key in ('kernel', 'initrd', 'dtb', 'itb',):
print extractKey(platform, arch, key)
sys.exit(0)