mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
fix reds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18962 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad9db4de3d
commit
526304e1ce
6 changed files with 30 additions and 19 deletions
|
|
@ -69,6 +69,10 @@
|
|||
/* define this if you have a flash memory storage */
|
||||
#define HAVE_FLASH_STORAGE
|
||||
|
||||
#define CONFIG_STORAGE STORAGE_NAND
|
||||
|
||||
#define CONFIG_NAND NAND_TCC
|
||||
|
||||
/* LCD dimensions */
|
||||
#define LCD_WIDTH 160
|
||||
#define LCD_HEIGHT 128
|
||||
|
|
@ -155,10 +159,6 @@
|
|||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||
#define BOOTDIR "/"
|
||||
|
||||
#define CONFIG_STORAGE STORAGE_NAND
|
||||
|
||||
#define CONFIG_NAND NAND_TCC
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
#define TCCBOOT
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue