9
0
Fork 0

ARM lds: remove unused got

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-07-08 12:20:15 +02:00
parent 644800f593
commit 69bb5cb1ba
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ SECTIONS
. = ALIGN(4);
.data : { *(.data*) }
. = ALIGN(4);
.got : { *(.got*) }
. = .;
__barebox_cmd_start = .;
.barebox_cmd : { BAREBOX_CMDS }