summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2007-02-27 22:55:12 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2007-02-27 22:55:12 +0000
commitb856636f85c37b4a07cd00c7ef4395ba0b81e2ab (patch)
treee9d6656b7f743a3038de35af8d13bf473fd6346c /firmware/export/config.h
parente7469e2f43e43521d43b4955597ca48d9b39abd3 (diff)
downloadrockbox-b856636f85c37b4a07cd00c7ef4395ba0b81e2ab.tar.gz
rockbox-b856636f85c37b4a07cd00c7ef4395ba0b81e2ab.zip
Improved RoLo support for PortalPlayer - handles the COP correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12511 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1a3e0be325..ac2ee688e4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -280,6 +280,8 @@
280 280
281#define NUM_CORES 1 281#define NUM_CORES 1
282#define CURRENT_CORE 0 282#define CURRENT_CORE 0
283
284#define COP_REBOOT 0x00000001
283#else 285#else
284#define NUM_CORES 1 286#define NUM_CORES 1
285#define CURRENT_CORE 0 287#define CURRENT_CORE 0