soc: ti: k3: Enable BUILD_NO_GAP_FILL for all M4

By default, a post build step tries to fill gaps in the output
hex file. Since the AM62x, for example, has different,
non-contiguous memory sections, it tries to fill a gap over
multiple GBs. Disable this feature since the K3 architecture has no
dedicated flash for the firmware and stores it in a Linux rootfs.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
Daniel Schultz 2024-05-15 08:07:51 +02:00 committed by Anas Nashif
parent b22c961e5e
commit 281500f046

View file

@ -42,4 +42,7 @@ endif # SERIAL
config BUILD_OUTPUT_BIN
default n if SOC_SERIES_AM6X_M4
config BUILD_NO_GAP_FILL
default y if SOC_SERIES_AM6X_M4
endif # SOC_SERIES_AM6X