summaryrefslogtreecommitdiffstats
path: root/board/mpl/mip405/u-boot.lds
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-04 15:05:30 +0000
committerwdenk <wdenk>2003-06-04 15:05:30 +0000
commitf3e0de60a6dfa2bedd99bda257841a22b5153f42 (patch)
tree0dde9b4b5335d5889587fc19f7870db1034b636e /board/mpl/mip405/u-boot.lds
parent682011ff6968198da14b89e40d9f55b00f6d91f7 (diff)
downloadblackbird-obmc-uboot-f3e0de60a6dfa2bedd99bda257841a22b5153f42.tar.gz
blackbird-obmc-uboot-f3e0de60a6dfa2bedd99bda257841a22b5153f42.zip
* 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.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/mpl/mip405/u-boot.lds b/board/mpl/mip405/u-boot.lds
index 8ce0057b50..d2efd6d712 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;
OpenPOWER on IntegriCloud