summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/cpu/u-boot.lds')
-rw-r--r--arch/sandbox/cpu/u-boot.lds6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds
index d2cb12fc29..1f89a3329e 100644
--- a/arch/sandbox/cpu/u-boot.lds
+++ b/arch/sandbox/cpu/u-boot.lds
@@ -14,9 +14,9 @@ SECTIONS
}
_u_boot_sandbox_getopt : {
- *(.u_boot_sandbox_getopt_start)
- *(.u_boot_sandbox_getopt)
- *(.u_boot_sandbox_getopt_end)
+ *(_u_boot_sandbox_getopt_start)
+ *(_u_boot_sandbox_getopt)
+ *(_u_boot_sandbox_getopt_end)
}
efi_runtime_start : {