1
0
Fork 0
forked from len0rd/rockbox

M:Robe 500: Fix the bootloader build.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24000 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-12-15 01:30:59 +00:00
parent 5bc85067eb
commit 6d52f54d8b

View file

@ -27,8 +27,11 @@ STARTUP(target/arm/tms320dm320/crt0.o)
/* must be 16Kb (0x4000) aligned */
#define TTB_SIZE (0x4000)
/* Give this 1 meg to allow it to align to the MMU boundary */
#define LCD_TTB_AREA 0x100000
/* Give this some memory to allow it to align to the MMU boundary.
* Note that since there are two buffers (YUV/RGB) it calculates the approximate
* memory needed in steps of 1 Meg.
*/
#define LCD_TTB_AREA 0x100000*((LCD_BUFFER_SIZE>>19)+1)
#define BOOT_OFFSET 0x1000000