With the current configuration the initial barebox image for the AM62x is limited to 0x3a800 bytes. the current image fits well into it, but Let's make a bit more space available by moving DMDATA up to offset 0x3d000 giving us another 10KiB for the initial barebox image. Also set CONFIG_BAREBOX_MAX_IMAGE_SIZE in the k3-r5_defconfig to 0x3d000 to not exceed this limit unnoticed.
Signed-off-by: Sascha Hauer <[email protected]> --- Sascha Hauer (3): ARM: k3: am62x: move stack to end of SRAM ARM: k3: am62x: make more space for r5 barebox binary ARM: k3: k3-r5_defconfig: limit image size to maximum available space arch/arm/boards/am625-sk/entry-r5.S | 2 +- arch/arm/boards/beagleplay/entry-r5.S | 2 +- arch/arm/configs/k3-r5_defconfig | 2 +- images/Makefile.k3 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) --- base-commit: c7bdd78be7cc9449a49a429a342c83f8085b1475 change-id: 20260518-k3-am62x-image-size-fixes-3af12ef5b363 Best regards, -- Sascha Hauer <[email protected]>
