Now compiles without newlib. Refined the Makefile a little.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3675 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1dc42d1fcb
commit
2af9beab10
1 changed files with 4 additions and 4 deletions
|
@ -415,11 +415,11 @@ static char remcomOutBuffer[BUFMAX];
|
|||
#define ATA_NSECTOR (*((volatile unsigned char*)0x06100102))
|
||||
#define ATA_COMMAND (*((volatile unsigned char*)0x06100107))
|
||||
|
||||
#ifdef RECORDER
|
||||
/* You may need to change this depending on your ATA I/O address
|
||||
** 0x200 - 0x06200206
|
||||
** 0x300 - 0x06200306
|
||||
*/
|
||||
#define ATA_CONTROL (*((volatile unsigned char*)0x06200206))
|
||||
#else
|
||||
#define ATA_CONTROL (*((volatile unsigned char*)0x06200306))
|
||||
#endif
|
||||
#define ATA_ALT_STATUS ATA_CONTROL
|
||||
|
||||
#define STATUS_BSY 0x80
|
||||
|
|
Loading…
Reference in a new issue