diff options
Diffstat (limited to 'arch/blackfin/cpu/u-boot.lds')
-rw-r--r-- | arch/blackfin/cpu/u-boot.lds | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/blackfin/cpu/u-boot.lds b/arch/blackfin/cpu/u-boot.lds index cbc79de0ab..58db838fb0 100644 --- a/arch/blackfin/cpu/u-boot.lds +++ b/arch/blackfin/cpu/u-boot.lds @@ -112,12 +112,6 @@ SECTIONS CONSTRUCTORS } >ram_data - .u_boot_cmd : - { - ___u_boot_cmd_start = .; - *(.u_boot_cmd) - ___u_boot_cmd_end = .; - } >ram_data .u_boot_list : { #include <u-boot.lst> |