diff options
Diffstat (limited to 'board/amcc/bamboo/u-boot-nand.lds')
-rw-r--r-- | board/amcc/bamboo/u-boot-nand.lds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/amcc/bamboo/u-boot-nand.lds b/board/amcc/bamboo/u-boot-nand.lds index 4f4194e0a7a..2dd00d7f420 100644 --- a/board/amcc/bamboo/u-boot-nand.lds +++ b/board/amcc/bamboo/u-boot-nand.lds @@ -73,9 +73,6 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; .u_boot_list : { #include <u-boot.lst> |