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