diff options
Diffstat (limited to 'board/cradle')
-rw-r--r-- | board/cradle/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cradle/u-boot.lds b/board/cradle/u-boot.lds index 58c371d..f010239 100644 --- a/board/cradle/u-boot.lds +++ b/board/cradle/u-boot.lds @@ -44,6 +44,7 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; |