diff options
Diffstat (limited to 'board/dvlhost/u-boot.lds')
-rw-r--r-- | board/dvlhost/u-boot.lds | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/dvlhost/u-boot.lds b/board/dvlhost/u-boot.lds index 5171630..1bd1700 100644 --- a/board/dvlhost/u-boot.lds +++ b/board/dvlhost/u-boot.lds @@ -54,11 +54,6 @@ SECTIONS *(.got) } . =.; - __u_boot_cmd_start =.; - .u_boot_cmd : { - *(.u_boot_cmd) - } - __u_boot_cmd_end =.; . = ALIGN(4); .u_boot_list : { |