diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2008-03-20 23:20:31 +0100 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2008-03-20 23:20:31 +0100 |
commit | dafaede8a46c7159310239e036c93e31c6374487 (patch) | |
tree | 27daa1cbcec08f3e1cd5d34de12e6c3eda7d40bc /lib_ppc | |
parent | fbe7a155027beacebaee9b32e1ada781fe924bca (diff) | |
download | u-boot-imx-dafaede8a46c7159310239e036c93e31c6374487.zip u-boot-imx-dafaede8a46c7159310239e036c93e31c6374487.tar.gz u-boot-imx-dafaede8a46c7159310239e036c93e31c6374487.tar.bz2 |
[new uImage] Disable debuging output in preparation for merge with master
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/bootm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_ppc/bootm.c b/lib_ppc/bootm.c index 8cdace2..89463e3 100644 --- a/lib_ppc/bootm.c +++ b/lib_ppc/bootm.c @@ -23,7 +23,6 @@ * MA 02111-1307 USA */ -#define DEBUG #include <common.h> #include <watchdog.h> |