imx233: Increase the memory region reserved for loading firmware

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Fri, 15 May 2026 11:41:30 -0400
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit 6ee85ce61aff3ddbeac173644396e3ca38374782
Author: Solomon Peachy <[email protected]>
Date:   Fri May 15 11:33:25 2026 -0400

    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

diff --git a/firmware/target/arm/imx233/boot.lds b/firmware/target/arm/imx233/boot.lds
index 6022c9ed86..826bed392e 100644
--- a/firmware/target/arm/imx233/boot.lds
+++ b/firmware/target/arm/imx233/boot.lds
@@ -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*
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs