mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
nano4g: Make real bootloader fit in limited IRAM
...Trim support for alpha-blended bitmaps and stack trace. Change-Id: I2d10af6c8bcb261cdbfb3f17ed81b6ee9bb0cc4b
This commit is contained in:
parent
2dd422ffcf
commit
de74b8738b
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@
|
|||
#ifndef BOOTLOADER
|
||||
#define HAVE_LCD_SLEEP
|
||||
#define HAVE_LCD_SLEEP_SETTING
|
||||
#else /* BOOTLOADER */
|
||||
#define DISABLE_ALPHA_BITMAP
|
||||
#define DISABLE_BACKTRACE
|
||||
#endif
|
||||
#define HAVE_LCD_SLEEP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue