net: Renaming net_l2_init sections to net_l2
net_l2 is the proper name, looked by sanitycheck. Change-Id: I08548865df21a57c8198fe0a801aa8c2a81b7fb0 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
7f4275ef52
commit
df20ab8b90
1 changed files with 0 additions and 8 deletions
|
@ -40,11 +40,3 @@
|
|||
KEEP(*(SORT_BY_NAME(".net_l2.init*")))
|
||||
__net_l2_end = .;
|
||||
} GROUP_LINK_IN(ROMABLE_REGION)
|
||||
|
||||
SECTION_PROLOGUE(net_l2_init, (OPTIONAL),)
|
||||
{
|
||||
__net_l2_start = .;
|
||||
*(".net_l2.init")
|
||||
KEEP(*(SORT_BY_NAME(".net_l2.init*")))
|
||||
__net_l2_end = .;
|
||||
} GROUP_LINK_IN(ROMABLE_REGION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue