diff options
Diffstat (limited to 'board/cm4008/u-boot.lds')
-rw-r--r-- | board/cm4008/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cm4008/u-boot.lds b/board/cm4008/u-boot.lds index 0d8a47f..ec09fa2 100644 --- a/board/cm4008/u-boot.lds +++ b/board/cm4008/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 = .; |