diff --git a/boards/nxp/fmurt1062-v2/nuttx-config/scripts/ocram-script.ld b/boards/nxp/fmurt1062-v2/nuttx-config/scripts/ocram-script.ld index 1ce2ad2095..daf67326f6 100644 --- a/boards/nxp/fmurt1062-v2/nuttx-config/scripts/ocram-script.ld +++ b/boards/nxp/fmurt1062-v2/nuttx-config/scripts/ocram-script.ld @@ -120,6 +120,50 @@ SECTIONS *(.text.up_taskdump*) *(.text.up_mdelay*) *(.text.up_udelay*) + *(.text.ps_callback*) + *(.text.telnetd_daemon*) + *(.text.imxrt_clockconfig*) + *(.text.imxrt_writemii*) + *(.text.imxrt_readmii*) + *(.text.imxrt_ifup_action*) + *(.text.imxrt_ifup*) + *(.text.imxrt_ifdown*) + *(.text.imxrt_txtimeout_work*) + *(.text.inet_addr*) + *(.text.freeaddrinfo*) + *(.text.getaddrinfo*) + *(.text.getnameinfo*) + *(.text.dns*) + *(.text.lib_checkbase*) + *(.text.lib_isbasedigit*) + *(.text.lib_skipspace*) + *(.text.strftime*) + *(.text.clock_daysbeforemonth*) + *(.text.clock_isleapyear*) + *(.text.gethostentbyname_r*) + *(.text.gethostbyaddr_r*) + *(.text.getservbyname_r*) + *(.text.getservbyport_r*) + *(.text.getopt*) + *(.text.psock_setsockopt*) + *(.text.setsockopt*) + *(.text.udp_setsockopt*) + *(.text.netdev_register*) + *(.text.netdev_findbyname*) + *(.text.netdev_findbyindex*) + *(.text.netdev_nextindex*) + *(.text.arp*) + *(.text.telnet*) + *(.text.procfs*) + *(.text.binfs*) + *(.text.meminfo*) + *(.text.version*) + *(.text.netprocfs*) + *(.text.tcp*) + *(.text.udp*) + *dhcpc.c.*o:*(.text .text.*) + *icmp_ping.c.*o:*(.text .text.*) + *libapps.a:*(.text .text.*) *(.text.board_on_reset*) *(.text.board_spi_reset*) *(.text.board_query_manifest*)