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.
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.