| commit | 5c2735028d526b034441b367bc0ce1d21ee59ee8 | [log] [tgz] |
|---|---|---|
| author | Luis R. Rodriguez <mcgrof@kernel.org> | Thu Feb 11 20:43:45 2016 -0800 |
| committer | Luis R. Rodriguez <mcgrof@kernel.org> | Fri Jul 08 20:32:14 2016 -0700 |
| tree | 615e95b0fdcf04fca9c1389de221777e7a7973eb | |
| parent | 20cb689311ba7e19473e8e311fb05e0662036521 [diff] |
firmware: port built-in section to linker table
This ports built-in firmware to use linker tables,
this replaces the custom section solution with a
generic solution.
This also demos the use of the .rodata (SECTION_RO)
linker tables.
Tested with 0 built-in firmware, 1 and 2 built-in
firmwares successfully.
v3: explicitly include tables.h as we no longer
include tables.h from sections.h
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>