summaryrefslogtreecommitdiffstats
path: root/bootloader/main.c
diff options
context:
space:
mode:
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 @@
#include "power.h"
#include "file.h"
+#define DRAM_START 0x31000000
+
#ifdef IRIVER_H100
#define MODEL_NUMBER 1
-#define DRAM_START 0x30000000
#else
#define MODEL_NUMBER 0
-#define DRAM_START 0x31000000
#endif
int line = 0;