diff options
Diffstat (limited to 'board/tb0229/u-boot.lds')
-rw-r--r-- | board/tb0229/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/tb0229/u-boot.lds b/board/tb0229/u-boot.lds index a6429b6d838..30a2bc57eac 100644 --- a/board/tb0229/u-boot.lds +++ b/board/tb0229/u-boot.lds @@ -54,6 +54,7 @@ SECTIONS .sdata : { *(.sdata) } + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; |