diff options
Diffstat (limited to 'board/lantec')
-rw-r--r-- | board/lantec/u-boot.lds | 5 | ||||
-rw-r--r-- | board/lantec/u-boot.lds.debug | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/board/lantec/u-boot.lds b/board/lantec/u-boot.lds index de0b355..e57a794 100644 --- a/board/lantec/u-boot.lds +++ b/board/lantec/u-boot.lds @@ -79,6 +79,11 @@ SECTIONS .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; + . = ALIGN(4); + .u_boot_list : { + #include <u-boot.lst> + } + . = .; __start___ex_table = .; diff --git a/board/lantec/u-boot.lds.debug b/board/lantec/u-boot.lds.debug index 856a99b..29148ee 100644 --- a/board/lantec/u-boot.lds.debug +++ b/board/lantec/u-boot.lds.debug @@ -110,6 +110,11 @@ SECTIONS .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; + . = ALIGN(4); + .u_boot_list : { + #include <u-boot.lst> + } + __start___ex_table = .; __ex_table : { *(__ex_table) } |