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