diff options
Diffstat (limited to 'board/pb1x00/u-boot.lds')
-rw-r--r-- | board/pb1x00/u-boot.lds | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/pb1x00/u-boot.lds b/board/pb1x00/u-boot.lds index 41b001c3b1d..07ddd364a09 100644 --- a/board/pb1x00/u-boot.lds +++ b/board/pb1x00/u-boot.lds @@ -54,12 +54,6 @@ SECTIONS .sdata : { *(.sdata*) } - .u_boot_cmd : { - __u_boot_cmd_start = .; - *(.u_boot_cmd) - __u_boot_cmd_end = .; - } - . = ALIGN(4); .u_boot_list : { #include <u-boot.lst> |