summaryrefslogtreecommitdiffstats
path: root/board/eltec/bab7xx/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/eltec/bab7xx/u-boot.lds')
-rw-r--r--board/eltec/bab7xx/u-boot.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/eltec/bab7xx/u-boot.lds b/board/eltec/bab7xx/u-boot.lds
index de50bf49cc..0dfa8c0005 100644
--- a/board/eltec/bab7xx/u-boot.lds
+++ b/board/eltec/bab7xx/u-boot.lds
@@ -106,6 +106,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