Skip to content
Snippets Groups Projects
Commit 61d3421b authored by Jon Loeliger's avatar Jon Loeliger
Browse files

Don't slam #undef DEBUG in the 8641HPCN config file.


Doing so prevents it from being individually set
and useful in other files.

Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
parent ea9f7395
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#define CONFIG_MPC8641HPCN 1 /* MPC8641HPCN board specific */ #define CONFIG_MPC8641HPCN 1 /* MPC8641HPCN board specific */
#define CONFIG_NUM_CPUS 2 /* Number of CPUs in the system */ #define CONFIG_NUM_CPUS 2 /* Number of CPUs in the system */
#define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */
#undef DEBUG
#ifdef RUN_DIAG #ifdef RUN_DIAG
#define CFG_DIAG_ADDR 0xff800000 #define CFG_DIAG_ADDR 0xff800000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment