summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:33:59 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:33:59 +0000
commit8b69989811e4d3d691dd2f43096a58b1677452ae (patch)
tree132753f8d8abc96375d76c6c4964fad1c03588b7
parente8f5c5439e2da2f4ded35a3187e9191aea8bc003 (diff)
downloadrockbox-8b69989811e4d3d691dd2f43096a58b1677452ae.tar.gz
rockbox-8b69989811e4d3d691dd2f43096a58b1677452ae.zip
imx31: move DEBUG_CANCEL definition to .c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31564 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/imx31/debug-imx31.c2
-rw-r--r--firmware/target/arm/imx31/debug-target.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/debug-imx31.c b/firmware/target/arm/imx31/debug-imx31.c
index 92884fe8aa..89763f8c67 100644
--- a/firmware/target/arm/imx31/debug-imx31.c
+++ b/firmware/target/arm/imx31/debug-imx31.c
@@ -31,6 +31,8 @@
31#include "dvfs_dptc-imx31.h" 31#include "dvfs_dptc-imx31.h"
32#include <stdio.h> 32#include <stdio.h>
33 33
34#define DEBUG_CANCEL BUTTON_BACK
35
34bool dbg_hw_info(void) 36bool dbg_hw_info(void)
35{ 37{
36 int line; 38 int line;
diff --git a/firmware/target/arm/imx31/debug-target.h b/firmware/target/arm/imx31/debug-target.h
index cddafa8812..70ba6f8e94 100644
--- a/firmware/target/arm/imx31/debug-target.h
+++ b/firmware/target/arm/imx31/debug-target.h
@@ -21,7 +21,6 @@
21#ifndef DEBUG_TARGET_H 21#ifndef DEBUG_TARGET_H
22#define DEBUG_TARGET_H 22#define DEBUG_TARGET_H
23 23
24#define DEBUG_CANCEL BUTTON_BACK
25bool __dbg_dvfs_dptc(void); 24bool __dbg_dvfs_dptc(void);
26 25
27#endif /* DEBUG_TARGET_H */ 26#endif /* DEBUG_TARGET_H */