net: Remove leftovers for obsolete net stacks shell command
The "net stacks" shell command support was just removed, but the net_stacks linker section was left around. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
f6800aa1c4
commit
02fe85d5e0
2 changed files with 0 additions and 11 deletions
|
@ -150,16 +150,6 @@
|
|||
__net_if_dev_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
|
||||
#if defined(CONFIG_NET_SHELL)
|
||||
SECTION_DATA_PROLOGUE(net_stack,,SUBALIGN(4))
|
||||
{
|
||||
__net_stack_start = .;
|
||||
*(".net_stack.*")
|
||||
KEEP(*(SORT_BY_NAME(".net_stack*")))
|
||||
__net_stack_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
#endif /* CONFIG_NET_SHELL */
|
||||
|
||||
SECTION_DATA_PROLOGUE(net_l2_data,,SUBALIGN(4))
|
||||
{
|
||||
__net_l2_data_start = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue