summaryrefslogtreecommitdiff
path: root/tools/binman/test/u_boot_ucode_ptr.lds
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/u_boot_ucode_ptr.lds')
-rw-r--r--tools/binman/test/u_boot_ucode_ptr.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/binman/test/u_boot_ucode_ptr.lds b/tools/binman/test/u_boot_ucode_ptr.lds
index 0cf9b762b5..cf4d1b8bbd 100644
--- a/tools/binman/test/u_boot_ucode_ptr.lds
+++ b/tools/binman/test/u_boot_ucode_ptr.lds
@@ -9,9 +9,10 @@ ENTRY(_start)
SECTIONS
{
- . = 0xfffffdf0;
+ . = 0xfffffe14;
_start = .;
.ucode : {
*(.ucode)
}
+ .interp : { *(.interp*) }
}