|
@@ -21,7 +21,7 @@ class Entry_u_boot_spl_with_ucode_ptr(Entry_u_boot_with_ucode_ptr):
|
|
process.
|
|
process.
|
|
"""
|
|
"""
|
|
def __init__(self, image, etype, node):
|
|
def __init__(self, image, etype, node):
|
|
- Entry_blob.__init__(self, image, etype, node)
|
|
|
|
|
|
+ Entry_u_boot_with_ucode_ptr.__init__(self, image, etype, node)
|
|
self.elf_fname = 'spl/u-boot-spl'
|
|
self.elf_fname = 'spl/u-boot-spl'
|
|
|
|
|
|
def GetDefaultFilename(self):
|
|
def GetDefaultFilename(self):
|