diff options
Diffstat (limited to 'board/amcc/sequoia/u-boot-ram.lds')
-rw-r--r-- | board/amcc/sequoia/u-boot-ram.lds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/amcc/sequoia/u-boot-ram.lds b/board/amcc/sequoia/u-boot-ram.lds index 423400ac66..32a7661704 100644 --- a/board/amcc/sequoia/u-boot-ram.lds +++ b/board/amcc/sequoia/u-boot-ram.lds @@ -68,6 +68,9 @@ SECTIONS .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; + .u_boot_list : { + #include <u-boot.lst> + } . = .; __start___ex_table = .; |