diff options
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 8ce0057b503..d2efd6d7125 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; |