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:
parent
5bc85067eb
commit
6d52f54d8b
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue