diff options
Diffstat (limited to 'board/csb472')
-rw-r--r-- | board/csb472/u-boot.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/csb472/u-boot.lds b/board/csb472/u-boot.lds index b3d40c00a46..8d6c1bcceeb 100644 --- a/board/csb472/u-boot.lds +++ b/board/csb472/u-boot.lds @@ -122,11 +122,13 @@ 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 = .; |