summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-03-03 19:35:47 +0100
committerFrank Gevaerts <frank@gevaerts.be>2012-03-03 20:19:08 +0100
commit13a7c9ac70bfeed574d38705ab568c2085ca77e7 (patch)
tree85a3e84c8632fc703018cade8d5c2e9114152f4e
parentfcb9fda3e4daab09013fb5a8e243b0dd722c8e25 (diff)
downloadrockbox-13a7c9ac70bfeed574d38705ab568c2085ca77e7.tar.gz
rockbox-13a7c9ac70bfeed574d38705ab568c2085ca77e7.zip
Don't set CONFIG_CPU for __PCTOOL__, to avoid wrong asm
Change-Id: I725d80cf5cc49d9b7460b320489cdeb14be942c0
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c1f6ecc28b..50f35c5212 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -499,6 +499,11 @@ Lyre prototype 1 */
499/* no known platform */ 499/* no known platform */
500#endif 500#endif
501 501
502#ifdef __PCTOOL__
503#undef CONFIG_CPU
504#define CONFIG_CPU 0
505#endif
506
502#ifdef APPLICATION 507#ifdef APPLICATION
503#define CONFIG_CPU 0 508#define CONFIG_CPU 0
504#define CONFIG_STORAGE 0 509#define CONFIG_STORAGE 0