diff options
Diffstat (limited to 'nand_spl')
| -rw-r--r-- | nand_spl/board/freescale/mx31pdk/u-boot.lds | 3 | ||||
| -rw-r--r-- | nand_spl/board/karo/tx25/u-boot.lds | 3 | ||||
| -rw-r--r-- | nand_spl/board/samsung/smdk6400/u-boot.lds | 3 | 
3 files changed, 0 insertions, 9 deletions
| diff --git a/nand_spl/board/freescale/mx31pdk/u-boot.lds b/nand_spl/board/freescale/mx31pdk/u-boot.lds index b2a0f7c85..da49c100c 100644 --- a/nand_spl/board/freescale/mx31pdk/u-boot.lds +++ b/nand_spl/board/freescale/mx31pdk/u-boot.lds @@ -46,9 +46,6 @@ SECTIONS  	}  	. = ALIGN(4); -	__u_boot_cmd_start = .; -	.u_boot_cmd : { *(.u_boot_cmd) } -	__u_boot_cmd_end = .;  	. = ALIGN(4);  	.u_boot_list : { diff --git a/nand_spl/board/karo/tx25/u-boot.lds b/nand_spl/board/karo/tx25/u-boot.lds index 24a3c0c84..ee361314f 100644 --- a/nand_spl/board/karo/tx25/u-boot.lds +++ b/nand_spl/board/karo/tx25/u-boot.lds @@ -46,9 +46,6 @@ SECTIONS  	}  	. = ALIGN(4); -	__u_boot_cmd_start = .; -	.u_boot_cmd : { *(.u_boot_cmd) } -	__u_boot_cmd_end = .;  	. = ALIGN(4);  	.u_boot_list : { diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds index 84810624c..2ed646630 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 : { |