9
0
Fork 0

ARM: lib: add BAREBOX_CLK_TABLE to linker script

This adds an .oftables section right before .dtb section with
BAREBOX_CLK_TABLE to ARM linker script.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sebastian Hesselbarth 2013-11-09 14:24:18 +01:00 committed by Sascha Hauer
parent cdab803eb5
commit fa1a406f72
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ SECTIONS
__usymtab : { BAREBOX_SYMS }
__usymtab_end = .;
.oftables : { BAREBOX_CLK_TABLE() }
.dtb : { BAREBOX_DTB() }
.rel.dyn : {