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 /common/cmd_bootm.c | |
| parent | fbe7a155027beacebaee9b32e1ada781fe924bca (diff) | |
| download | olio-uboot-2014.01-dafaede8a46c7159310239e036c93e31c6374487.tar.xz olio-uboot-2014.01-dafaede8a46c7159310239e036c93e31c6374487.zip | |
[new uImage] Disable debuging output in preparation for merge with master
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 2f232e795..789ee0338 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -21,7 +21,6 @@   * MA 02111-1307 USA   */ -#define DEBUG  /*   * Boot support |