summaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_spl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/u_boot_spl.py')
-rw-r--r--tools/binman/etype/u_boot_spl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/etype/u_boot_spl.py b/tools/binman/etype/u_boot_spl.py
index 6a1c123467..bfcdc499c2 100644
--- a/tools/binman/etype/u_boot_spl.py
+++ b/tools/binman/etype/u_boot_spl.py
@@ -18,5 +18,5 @@ class Entry_u_boot_spl(Entry_blob):
def GetDefaultFilename(self):
return 'spl/u-boot-spl.bin'
- def WriteSymbols(self, image):
- elf.LookupAndWriteSymbols(self.elf_fname, self, image)
+ def WriteSymbols(self, section):
+ elf.LookupAndWriteSymbols(self.elf_fname, self, section)