aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-10-29 08:02:11 -0700
committerTom Rini <trini@ti.com>2012-10-29 08:02:11 -0700
commitdac064f58e4f016f3d7342afb60570c2bd3b95b6 (patch)
tree7955ea4d2bc15b8eb5e81af7a8d05cd51e25d516 /board
parent28aa27b608bddf20a655e10c09412f93d2f83a5a (diff)
parentb765fce95c58b5a7da44b89eb754e66880ecd7f1 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
Diffstat (limited to 'board')
-rw-r--r--board/freescale/m54418twr/u-boot.lds8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/freescale/m54418twr/u-boot.lds b/board/freescale/m54418twr/u-boot.lds
index f34144934..36a4c264b 100644
--- a/board/freescale/m54418twr/u-boot.lds
+++ b/board/freescale/m54418twr/u-boot.lds
@@ -66,9 +66,11 @@ SECTIONS
PROVIDE (edata = .);
. = .;
- __u_boot_cmd_start = .;
- .u_boot_cmd : { *(.u_boot_cmd) }
- __u_boot_cmd_end = .;
+
+ . = ALIGN(4);
+ .u_boot_list : {
+ #include <u-boot.lst>
+ }
. = .;
__start___ex_table = .;