Disable bidirectional text handling and arabic joining in the bootloaders in order to save space. * Disable greyblitting in archos bootloaders for the same reason.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-09-23 18:46:27 +00:00
parent 17a798400b
commit 15d996a023
2 changed files with 19 additions and 5 deletions

View file

@ -203,7 +203,7 @@ _lcd_write_data:
/* This is the place to reenable the interrupts, if we have disabled
* them. See above. */
#ifndef BOOTLOADER
.align 2
.global _lcd_grey_data
.type _lcd_grey_data,@function
@ -345,7 +345,10 @@ _lcd_grey_data:
.short 0x0080
.align 2
.lcdr:
.long LCDR
.pmask:
.long 0x80808080
#endif
.align 2
.lcdr:
.long LCDR