diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-08-02 09:46:33 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-02 09:46:33 +0000 |
| commit | dc22c6cab6fa4b592e95da62b47521cb86e8f70e (patch) | |
| tree | d21df28bdd09cf037ad677bbf8530275c35e459c | |
| parent | a5f42cba102335c63b36895dd8353df692114248 (diff) | |
| download | rockbox-dc22c6cab6fa4b592e95da62b47521cb86e8f70e.zip rockbox-dc22c6cab6fa4b592e95da62b47521cb86e8f70e.tar.gz rockbox-dc22c6cab6fa4b592e95da62b47521cb86e8f70e.tar.bz2 rockbox-dc22c6cab6fa4b592e95da62b47521cb86e8f70e.tar.xz | |
use this on all PP chips
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10406 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S index 531ef37..6c618c6 100644 --- a/firmware/crt0.S +++ b/firmware/crt0.S @@ -166,7 +166,7 @@ remap_end: bhi 1b #ifdef BOOTLOADER -#if CONFIG_CPU == PP5002 || CONFIG_CPU == PP5020 +#ifdef CPU_PP .equ PP5002_PROC_ID, 0xc4000000 .equ PP5002_COP_CTRL, 0xcf004058 .equ PP5020_PROC_ID, 0x60000000 |