diff options
Diffstat (limited to 'board/ml2/u-boot.lds')
-rw-r--r-- | board/ml2/u-boot.lds | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/ml2/u-boot.lds b/board/ml2/u-boot.lds index 9685f8912cb..07275d3bd7a 100644 --- a/board/ml2/u-boot.lds +++ b/board/ml2/u-boot.lds @@ -116,6 +116,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 = .; |