aboutsummaryrefslogtreecommitdiff
path: root/board/mx1fs2
diff options
context:
space:
mode:
Diffstat (limited to 'board/mx1fs2')
-rw-r--r--board/mx1fs2/u-boot.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/mx1fs2/u-boot.lds b/board/mx1fs2/u-boot.lds
index 5076303c7..1d1669cde 100644
--- a/board/mx1fs2/u-boot.lds
+++ b/board/mx1fs2/u-boot.lds
@@ -45,6 +45,7 @@ SECTIONS
. = ALIGN(4);
.got : { *(.got) }
+ . = .;
__u_boot_cmd_start = .;
.u_boot_cmd : { *(.u_boot_cmd) }
__u_boot_cmd_end = .;