summaryrefslogtreecommitdiff
path: root/bootloader/main.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-07-09 07:46:42 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-07-09 07:46:42 +0000
commit62c768c0db601fa1cc8532bb583060f2a8080453 (patch)
tree96c83ffdb5f8b0edc3dc1e0f6fc417a60d607bc9 /bootloader/main.c
parentf69c77933c7fca7b72dfc6aa94cbe03651a149f8 (diff)
downloadrockbox-62c768c0db601fa1cc8532bb583060f2a8080453.tar.gz
rockbox-62c768c0db601fa1cc8532bb583060f2a8080453.zip
Recovered from my major brain failure and reverted to using the same load address for both H110 and H120/140
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7082 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/main.c')
-rw-r--r--bootloader/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index e7e61665fd..5cc995c855 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -35,12 +35,12 @@
35#include "power.h" 35#include "power.h"
36#include "file.h" 36#include "file.h"
37 37
38#define DRAM_START 0x31000000
39
38#ifdef IRIVER_H100 40#ifdef IRIVER_H100
39#define MODEL_NUMBER 1 41#define MODEL_NUMBER 1
40#define DRAM_START 0x30000000
41#else 42#else
42#define MODEL_NUMBER 0 43#define MODEL_NUMBER 0
43#define DRAM_START 0x31000000
44#endif 44#endif
45 45
46int line = 0; 46int line = 0;