diff options
Diffstat (limited to 'nand_spl/board/samsung/smdk6400/u-boot.lds')
-rw-r--r-- | nand_spl/board/samsung/smdk6400/u-boot.lds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds index 84810624cb..2ed646630c 100644 --- a/nand_spl/board/samsung/smdk6400/u-boot.lds +++ b/nand_spl/board/samsung/smdk6400/u-boot.lds @@ -50,9 +50,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 : { |