diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-10-07 05:52:06 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-10-07 05:52:06 +0000 |
| commit | 51967f4856b50943ca76e38e32c3b27249dc2ed0 (patch) | |
| tree | 7d37e8d0a44e6f90bbc12ac798d1ffdb4b948c1d | |
| parent | 6077e5b7c85c0d6f5963e4aadb215faf2c4d10d2 (diff) | |
| download | rockbox-51967f4856b50943ca76e38e32c3b27249dc2ed0.zip rockbox-51967f4856b50943ca76e38e32c3b27249dc2ed0.tar.gz rockbox-51967f4856b50943ca76e38e32c3b27249dc2ed0.tar.bz2 rockbox-51967f4856b50943ca76e38e32c3b27249dc2ed0.tar.xz | |
Remove a setting of a register during H10 reset that shouldn't have been included in my previous commit. Not evaluated properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15007 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/target/arm/system-pp502x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c index 8110cfc..576459d 100644 --- a/firmware/target/arm/system-pp502x.c +++ b/firmware/target/arm/system-pp502x.c @@ -214,7 +214,6 @@ void system_init(void) outl(inl(0x70000024) | 0xc0, 0x70000024); DEV_RS = 0; DEV_OFF_MASK = 0; - STRAP_OPT_A = 0x80; #endif #if !defined(SANSA_E200) && !defined(SANSA_C200) |