wolfSSL / wolfBoot

wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.
https://www.wolfssl.com
GNU General Public License v3.0
365 stars 100 forks source link

tc3xx: remove bmhd input sections from linker script #491

Closed bigbrett closed 3 months ago

bigbrett commented 3 months ago

Fixes issue with the latest version of AURIX iLLD SDK, where UCB BMHD entry objects are added to what was a previously unused output linker section, resulting in a non-contiguous image and very large output binary.

The discarded input sections should not have been in the output image in the first place, though they were unused with GCC builds using older iLLD versions so posed no problems.