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