summaryrefslogtreecommitdiffstats
path: root/board/mpl/mip405/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpl/mip405/u-boot.lds')
-rw-r--r--board/mpl/mip405/u-boot.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/mpl/mip405/u-boot.lds b/board/mpl/mip405/u-boot.lds
index 710a139a01..bb0f122b57 100644
--- a/board/mpl/mip405/u-boot.lds
+++ b/board/mpl/mip405/u-boot.lds
@@ -125,6 +125,11 @@ SECTIONS
_edata = .;
PROVIDE (edata = .);
+ __u_boot_cmd_start = .;
+ .u_boot_cmd : { *(.u_boot_cmd) }
+ __u_boot_cmd_end = .;
+
+
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
OpenPOWER on IntegriCloud