net: Remove nbr_data section as it is useless
No need to store the nbr pool data into a dedicated section as we have only one nbr pool defined. Change-Id: I6f2afcce57b5f588878496bf085567b938e32c80 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
66d3601dd5
commit
dbb3988ee6
3 changed files with 2 additions and 11 deletions
|
@ -180,11 +180,3 @@
|
|||
KEEP(*(SORT_BY_NAME(".net_l2.data*")))
|
||||
__net_l2_data_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
|
||||
SECTION_DATA_PROLOGUE(net_nbr, (OPTIONAL),)
|
||||
{
|
||||
__net_nbr_start = .;
|
||||
*(".net_nbr.*")
|
||||
KEEP(*(SORT_BY_NAME(".net_nbr*")))
|
||||
__net_nbr_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue