diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-11-11 19:13:09 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-11-11 19:13:09 +0000 |
commit | 1b3dac90429a870f6ab84755dd78e525265b2bfe (patch) | |
tree | 53cc1ab755e54e2afab910a7a967f73096caa48f /firmware/rolo.c | |
parent | 6e36ac547c23c3890439a3b81772d7e3c1ce938d (diff) | |
download | rockbox-1b3dac90429a870f6ab84755dd78e525265b2bfe.tar.gz rockbox-1b3dac90429a870f6ab84755dd78e525265b2bfe.tar.bz2 rockbox-1b3dac90429a870f6ab84755dd78e525265b2bfe.zip |
Setup the gigabeat so that iram is faked in a different spot since the normal iram location does not seem to be working. This lays the groundwork to get rolo running.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15581 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r-- | firmware/rolo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c index 2a4b753948..aac99cc555 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -161,7 +161,7 @@ void rolo_restart(const unsigned char* source, unsigned char* dest, /* Wait for the COP to tell us it is rebooting */ while(cpu_reply != 2); #endif - + asm volatile( "mov r0, #0x10000000 \n" "mov pc, r0 \n" |