]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove #undef DEBUG from MPC83xx board header files
authorTimur Tabi <timur@freescale.com>
Tue, 15 Jan 2008 23:09:41 +0000 (17:09 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 11 Feb 2008 23:39:45 +0000 (00:39 +0100)
commit73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
tree0964a1d226a9b3b85247fe9d1ebd44e77697dc1c
parent69018ce2e086e9caf35b914d675b82bc4888f077
Remove #undef DEBUG from MPC83xx board header files

Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
The inclusion of this line makes it impossible to enable debug code in
other source files, because "#define DEBUG" typically needs to be defined
before any header files are included.

Signed-off-by: Timur Tabi <timur@freescale.com>
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8349EMDS.h
include/configs/MPC8360EMDS.h
include/configs/MPC8360ERDK.h
include/configs/MPC837XEMDS.h