mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
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:
parent
b4c308d698
commit
6ee85ce61a
1 changed files with 1 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue