summaryrefslogtreecommitdiffstats
path: root/board/eltec/mhpc/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/eltec/mhpc/u-boot.lds')
-rw-r--r--board/eltec/mhpc/u-boot.lds6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/eltec/mhpc/u-boot.lds b/board/eltec/mhpc/u-boot.lds
index 7128155f85..526198cc51 100644
--- a/board/eltec/mhpc/u-boot.lds
+++ b/board/eltec/mhpc/u-boot.lds
@@ -99,6 +99,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 = .;
@@ -121,4 +126,3 @@ SECTIONS
_end = . ;
PROVIDE (end = .);
}
-
OpenPOWER on IntegriCloud