diff options
author | wdenk <wdenk> | 2003-06-04 15:05:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-04 15:05:30 +0000 |
commit | f3e0de60a6dfa2bedd99bda257841a22b5153f42 (patch) | |
tree | 0dde9b4b5335d5889587fc19f7870db1034b636e /board/mpl/mip405/u-boot.lds | |
parent | 682011ff6968198da14b89e40d9f55b00f6d91f7 (diff) | |
download | u-boot-imx-f3e0de60a6dfa2bedd99bda257841a22b5153f42.zip u-boot-imx-f3e0de60a6dfa2bedd99bda257841a22b5153f42.tar.gz u-boot-imx-f3e0de60a6dfa2bedd99bda257841a22b5153f42.tar.bz2 |
* Patch by Denis Peter, 04 June 2003:
add support for the MIP405T board
Diffstat (limited to 'board/mpl/mip405/u-boot.lds')
-rw-r--r-- | board/mpl/mip405/u-boot.lds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/mpl/mip405/u-boot.lds b/board/mpl/mip405/u-boot.lds index 8ce0057..d2efd6d 100644 --- a/board/mpl/mip405/u-boot.lds +++ b/board/mpl/mip405/u-boot.lds @@ -31,6 +31,10 @@ SECTIONS { *(.resetvec) } = 0xffff + .bootpg 0xFFFFF000 : + { + board/mpl/mip405/init.o (.bootpg) + } = 0xffff /* Read-only sections, merged into text segment: */ . = + SIZEOF_HEADERS; |