]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/etype/intel_cmc.py
Merge git://git.denx.de/u-boot-dm
[u-boot] / tools / binman / etype / intel_cmc.py
index 9bce8ae39b982078d067c96779b56ce41c1360c5..30676c8ad05ac779f2eff419679e082fd9d92aa8 100644 (file)
@@ -12,6 +12,3 @@ from blob import Entry_blob
 class Entry_intel_cmc(Entry_blob):
     def __init__(self, image, etype, node):
         Entry_blob.__init__(self, image, etype, node)
-
-    def GetDefaultFilename(self):
-        return 'cmc.bin'