diff options
author | Markus Klotzbuecher <mk@denx.de> | 2007-04-03 14:28:39 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2007-04-03 14:28:39 +0200 |
commit | 72c5e39c835f8257f8833411773902ce0e1ccbc3 (patch) | |
tree | 0f606c714e0f6988dc7552955c2f8d52ad867ac1 /board | |
parent | 822af351ad2babc7d99033361a5fcacd30f6bc78 (diff) | |
parent | 6db7d0af2336c126e4d4b2f248cc23516bdd46a8 (diff) | |
download | u-boot-imx-72c5e39c835f8257f8833411773902ce0e1ccbc3.zip u-boot-imx-72c5e39c835f8257f8833411773902ce0e1ccbc3.tar.gz u-boot-imx-72c5e39c835f8257f8833411773902ce0e1ccbc3.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'board')
-rw-r--r-- | board/mpc8641hpcn/u-boot.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/mpc8641hpcn/u-boot.lds b/board/mpc8641hpcn/u-boot.lds index b34de8e..13c1acf 100644 --- a/board/mpc8641hpcn/u-boot.lds +++ b/board/mpc8641hpcn/u-boot.lds @@ -120,10 +120,12 @@ SECTIONS _edata = .; PROVIDE (edata = .); + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; + . = .; __start___ex_table = .; __ex_table : { *(__ex_table) } __stop___ex_table = .; |