linker: remove unused usb_data data section in RAM
Remove unused usb_data data section in RAM which is replaced by iterable section usb_cfg_data. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
5296339fde
commit
02d1fd9ad7
1 changed files with 0 additions and 7 deletions
|
@ -122,13 +122,6 @@
|
|||
__usb_descriptor_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
|
||||
SECTION_DATA_PROLOGUE(usb_data,,SUBALIGN(1))
|
||||
{
|
||||
__usb_data_start = .;
|
||||
*(".usb.data")
|
||||
KEEP(*(SORT_BY_NAME(".usb.data*")))
|
||||
__usb_data_end = .;
|
||||
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
ITERABLE_SECTION_RAM(usb_cfg_data, 4)
|
||||
#endif /* CONFIG_USB_DEVICE_STACK */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue