diff options
Diffstat (limited to 'board/openrisc/openrisc-generic/u-boot.lds')
-rw-r--r-- | board/openrisc/openrisc-generic/u-boot.lds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/openrisc/openrisc-generic/u-boot.lds b/board/openrisc/openrisc-generic/u-boot.lds index 5995464..4cffacb 100644 --- a/board/openrisc/openrisc-generic/u-boot.lds +++ b/board/openrisc/openrisc-generic/u-boot.lds @@ -26,9 +26,6 @@ SECTIONS _endtext = .; } > ram - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } > ram - __u_boot_cmd_end = .; . = ALIGN(4); .u_boot_list : { |