1
0
Fork 0
forked from len0rd/rockbox

Minimon is loaded to 0x0ffff000 by uart_boot, so it needs to be linked to that address as well, or it won't work. Also add that hint to the README, fix a warning, and fix the disassembly base address (was wrong either way).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18930 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-10-30 00:34:43 +00:00
parent 5456859dd7
commit 601afcbd0b
4 changed files with 15 additions and 12 deletions

View file

@ -46,7 +46,7 @@ int main(void)
UINT32 size;
UINT32 content;
volatile UINT8* paddr = 0;
volatile UINT8* pflash; // flash base address
volatile UINT8* pflash = 0; // flash base address
while (1)
{