Changed CPU name, removed HAVE_LED
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5186 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad2c20d027
commit
f8e1183a52
1 changed files with 1 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a Motorola SCF5249 */
|
||||
#define HAVE_SCF5249
|
||||
#define CONFIG_CPU MCF5249
|
||||
|
||||
/* Define this if the platform has batteries */
|
||||
#define HAVE_BATTERIES 1
|
||||
|
@ -22,9 +22,6 @@
|
|||
/* The start address index for ROM builds */
|
||||
#define ROM_START 0x11010
|
||||
|
||||
/* Define this for programmable LED available */
|
||||
#define HAVE_LED
|
||||
|
||||
/* Define this for LCD backlight available */
|
||||
#define HAVE_BACKLIGHT
|
||||
|
||||
|
|
Loading…
Reference in a new issue