summaryrefslogtreecommitdiff
path: root/board/mpl/mip405/u-boot.lds
diff options
context:
space:
mode:
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 8ce0057b5..d2efd6d71 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;