diff options
Diffstat (limited to 'nand_spl/board/freescale/mx31pdk/u-boot.lds')
-rw-r--r-- | nand_spl/board/freescale/mx31pdk/u-boot.lds | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nand_spl/board/freescale/mx31pdk/u-boot.lds b/nand_spl/board/freescale/mx31pdk/u-boot.lds index a130a1f9df..a26110f393 100644 --- a/nand_spl/board/freescale/mx31pdk/u-boot.lds +++ b/nand_spl/board/freescale/mx31pdk/u-boot.lds @@ -46,9 +46,11 @@ SECTIONS } . = ALIGN(4); - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + #include <u-boot.lst> + } . = ALIGN(4); |