diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-12-04 10:53:34 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-03 10:27:23 -0600 |
commit | 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff (patch) | |
tree | 232df2a68930219d6db582291c74a9b3f143aa3a /include/configs/MPC8641HPCN.h | |
parent | ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c (diff) |
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: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/MPC8641HPCN.h')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 0fc65213cce..575bbae431f 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -38,7 +38,6 @@ #define CONFIG_MPC8641HPCN 1 /* MPC8641HPCN board specific */ #define CONFIG_NUM_CPUS 2 /* Number of CPUs in the system */ #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ -#undef DEBUG #ifdef RUN_DIAG #define CFG_DIAG_ADDR 0xff800000 |