forked from len0rd/rockbox
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
This commit is contained in:
parent
f69c77933c
commit
62c768c0db
5 changed files with 12 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue