diff options
author | wdenk <wdenk> | 2003-12-07 00:46:27 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-07 00:46:27 +0000 |
commit | ef5a9672c778e22ecb522db625b5df78ea40ed23 (patch) | |
tree | 0989ff06a738c8185a074d7dadc1057f8a67b134 /board/mpc8260ads/u-boot.lds | |
parent | 5779d8d985d95104ad74332f5fa3cb6c67645509 (diff) | |
download | u-boot-imx-ef5a9672c778e22ecb522db625b5df78ea40ed23.zip u-boot-imx-ef5a9672c778e22ecb522db625b5df78ea40ed23.tar.gz u-boot-imx-ef5a9672c778e22ecb522db625b5df78ea40ed23.tar.bz2 |
* Patch by Xue Ligong (Joe), 13 Nov 2003:
add Realtek 8019 ethernet driver
* Patch by Yuli Barcohen, 13 Nov 2003:
MPC826xADS/PQ2FADS cleanup
* Patch by Anders Larsen, 12 Nov 2003:
Update README to mark the PORTIO commands non-standard
Diffstat (limited to 'board/mpc8260ads/u-boot.lds')
-rw-r--r-- | board/mpc8260ads/u-boot.lds | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/mpc8260ads/u-boot.lds b/board/mpc8260ads/u-boot.lds index 61fb15c6..098c046 100644 --- a/board/mpc8260ads/u-boot.lds +++ b/board/mpc8260ads/u-boot.lds @@ -1,7 +1,9 @@ /* - * (C) Copyright 2001 + * (C) Copyright 2001-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * + * Modified by Yuli Barcohen <yuli@arabellasw.com> + * * See file CREDITS for list of people who contributed to this * project. * @@ -22,9 +24,6 @@ */ OUTPUT_ARCH(powerpc) -SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); -/* Do we need any of these for elf? - __DYNAMIC = 0; */ SECTIONS { /* Read-only sections, merged into text segment: */ @@ -120,3 +119,4 @@ SECTIONS _end = . ; PROVIDE (end = .); } +ENTRY(_start) |