summaryrefslogtreecommitdiffstats
path: root/nand_spl/board/samsung/smdk6400/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'nand_spl/board/samsung/smdk6400/u-boot.lds')
-rw-r--r--nand_spl/board/samsung/smdk6400/u-boot.lds8
1 files changed, 5 insertions, 3 deletions
diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds
index 567f63516f..2ed646630c 100644
--- a/nand_spl/board/samsung/smdk6400/u-boot.lds
+++ b/nand_spl/board/samsung/smdk6400/u-boot.lds
@@ -50,9 +50,11 @@ SECTIONS
. = ALIGN(4);
.got : { *(.got) }
- __u_boot_cmd_start = .;
- .u_boot_cmd : { *(.u_boot_cmd) }
- __u_boot_cmd_end = .;
+
+ . = ALIGN(4);
+ .u_boot_list : {
+ #include <u-boot.lst>
+ }
. = ALIGN(4);
OpenPOWER on IntegriCloud