summaryrefslogtreecommitdiffstats
path: root/board/amcc/acadia/u-boot-nand.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/acadia/u-boot-nand.lds')
-rw-r--r--board/amcc/acadia/u-boot-nand.lds6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/amcc/acadia/u-boot-nand.lds b/board/amcc/acadia/u-boot-nand.lds
index ab67de2f76..beba978f83 100644
--- a/board/amcc/acadia/u-boot-nand.lds
+++ b/board/amcc/acadia/u-boot-nand.lds
@@ -72,10 +72,10 @@ SECTIONS
PROVIDE (edata = .);
. = .;
- __u_boot_cmd_start = .;
- .u_boot_cmd : { *(.u_boot_cmd) }
- __u_boot_cmd_end = .;
+ .u_boot_list : {
+ #include <u-boot.lst>
+ }
. = .;
__start___ex_table = .;
OpenPOWER on IntegriCloud