diff options
author | Wolfgang Denk <wd@denx.de> | 2007-03-29 12:16:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-29 12:16:41 +0200 |
commit | 6db7d0af2336c126e4d4b2f248cc23516bdd46a8 (patch) | |
tree | 126f54b515332415f9665d51598500921119c16c /board | |
parent | 44ba464b99001f8bd1c456a1e9d59726252f707a (diff) | |
parent | 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997 (diff) | |
download | u-boot-imx-6db7d0af2336c126e4d4b2f248cc23516bdd46a8.zip u-boot-imx-6db7d0af2336c126e4d4b2f248cc23516bdd46a8.tar.gz u-boot-imx-6db7d0af2336c126e4d4b2f248cc23516bdd46a8.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
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 = .; |