imx233: Increase the memory region reserved for loading firmware

The imx233 bootloader reserves the first 1MB of DRAM for loading the
main firmware, but the recent utf8proc changes means we now exceed that
size on most imx233 targets.  Bump this up to 1.5MB to give us more headroom

Change-Id: I1b8bede85d06d40338ea6e3d9abb4e5da34423be
This commit is contained in:
Solomon Peachy 2026-05-15 11:33:25 -04:00
parent b4c308d698
commit 6ee85ce61a

View file

@ -7,7 +7,7 @@ OUTPUT_ARCH(arm)
STARTUP(target/arm/imx233/crt0.o)
/* Leave a hole at the beginning of the RAM to load the firmware */
#define RAM_HOLE 1024 * 1024
#define RAM_HOLE 1536 * 1024
/* Make a difference between virtual and physical address so that we can use
* the resulting elf file with the elftosb tools which loads at the *physical*