summaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_spl_with_ucode_ptr.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-12 21:52:27 -0700
committerSimon Glass <sjg@chromium.org>2017-11-22 18:05:38 -0700
commit6b187df78754fc2064a73b94941bc2482a36e1a7 (patch)
tree41830ab2c17025ea3b4aef0a1e9ee1c0711b9c11 /tools/binman/etype/u_boot_spl_with_ucode_ptr.py
parent8772213ea690e025248626096195fdebf402de02 (diff)
binman: Add add test for SPL with a microcode pointer
Add a test for this feature. It allows SPL to hold a pointer to the microcode block. This is used for 64-bit U-Boot on x86. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/etype/u_boot_spl_with_ucode_ptr.py')
-rw-r--r--tools/binman/etype/u_boot_spl_with_ucode_ptr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/u_boot_spl_with_ucode_ptr.py b/tools/binman/etype/u_boot_spl_with_ucode_ptr.py
index 1c6706df6d..7b25ccb048 100644
--- a/tools/binman/etype/u_boot_spl_with_ucode_ptr.py
+++ b/tools/binman/etype/u_boot_spl_with_ucode_ptr.py
@@ -25,4 +25,4 @@ class Entry_u_boot_spl_with_ucode_ptr(Entry_u_boot_with_ucode_ptr):
self.elf_fname = 'spl/u-boot-spl'
def GetDefaultFilename(self):
- return 'spl/u-boot-spl.bin'
+ return 'spl/u-boot-spl-nodtb.bin'