diff options
Diffstat (limited to 'board/eric/u-boot.lds')
| -rw-r--r-- | board/eric/u-boot.lds | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/board/eric/u-boot.lds b/board/eric/u-boot.lds index e1373fdc8..10f57d849 100644 --- a/board/eric/u-boot.lds +++ b/board/eric/u-boot.lds @@ -121,6 +121,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 = .; |