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