summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-06 13:29:44 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-06 13:29:44 +0000
commitf8e1183a521ef11a53d009d9495bd9fb2e68ff0d (patch)
tree5ac28b10b5d278549648f1fc99607ba99a1884e7
parentad2c20d027f2f39f639aad43d89be62a2e5a3ddb (diff)
downloadrockbox-f8e1183a521ef11a53d009d9495bd9fb2e68ff0d.tar.gz
rockbox-f8e1183a521ef11a53d009d9495bd9fb2e68ff0d.zip
Changed CPU name, removed HAVE_LED
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5186 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-h100.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 6343ebd9e2..343fc89b42 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -14,7 +14,7 @@
14#ifndef SIMULATOR 14#ifndef SIMULATOR
15 15
16/* Define this if you have a Motorola SCF5249 */ 16/* Define this if you have a Motorola SCF5249 */
17#define HAVE_SCF5249 17#define CONFIG_CPU MCF5249
18 18
19/* Define this if the platform has batteries */ 19/* Define this if the platform has batteries */
20#define HAVE_BATTERIES 1 20#define HAVE_BATTERIES 1
@@ -22,9 +22,6 @@
22/* The start address index for ROM builds */ 22/* The start address index for ROM builds */
23#define ROM_START 0x11010 23#define ROM_START 0x11010
24 24
25/* Define this for programmable LED available */
26#define HAVE_LED
27
28/* Define this for LCD backlight available */ 25/* Define this for LCD backlight available */
29#define HAVE_BACKLIGHT 26#define HAVE_BACKLIGHT
30 27