summaryrefslogtreecommitdiffstats
path: root/board/mousse/u-boot.lds.ram
diff options
context:
space:
mode:
Diffstat (limited to 'board/mousse/u-boot.lds.ram')
-rw-r--r--board/mousse/u-boot.lds.ram6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/mousse/u-boot.lds.ram b/board/mousse/u-boot.lds.ram
index 9166c9cd78..eb47ae670d 100644
--- a/board/mousse/u-boot.lds.ram
+++ b/board/mousse/u-boot.lds.ram
@@ -85,6 +85,11 @@ SECTIONS
*(.fixup)
} > ram
*/
+
+ __u_boot_cmd_start = .;
+ .u_boot_cmd : { *(.u_boot_cmd) }
+ __u_boot_cmd_end = .;
+
__start___ex_table = .;
__ex_table : { *(__ex_table) } > ram
__stop___ex_table = .;
@@ -98,4 +103,3 @@ SECTIONS
_end = . ;
PROVIDE (end = .);
}
-
OpenPOWER on IntegriCloud