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:
parent
b22c961e5e
commit
281500f046
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue