diff options
Diffstat (limited to 'board/samsung/smdk6400/u-boot-nand.lds')
-rw-r--r-- | board/samsung/smdk6400/u-boot-nand.lds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/samsung/smdk6400/u-boot-nand.lds b/board/samsung/smdk6400/u-boot-nand.lds index 50924fcf1e1..fbb442a02ba 100644 --- a/board/samsung/smdk6400/u-boot-nand.lds +++ b/board/samsung/smdk6400/u-boot-nand.lds @@ -47,9 +47,6 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; . = align(4); .u_boot_list : { |