9
0
Fork 0

MIPS: add support for metadata in barebox images

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-08-02 09:43:22 +04:00 committed by Sascha Hauer
parent 97e81f2d78
commit 019a33dad4
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,8 @@ SECTIONS
. = ALIGN(4);
.data : { *(.data*) }
.barebox_imd : { BAREBOX_IMD }
. = ALIGN(4);
.got : { *(.got*) }

View File

@ -44,6 +44,8 @@ SECTIONS
. = ALIGN(4);
.rodata : { *(.rodata*) }
.barebox_imd : { BAREBOX_IMD }
_etext = .; /* End of text and rodata section */
. = ALIGN(4);