diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:05 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:05 +0200 |
commit | b64b775e7546ed138df360ceb3a71ee358cb9a01 (patch) | |
tree | 989bbc258d479cfae5f4db1c1268b646cd4d03d9 /common/cmd_mem.c | |
parent | 8a40fb148efa442d6526eac46a2001e4c64d28ff (diff) | |
download | u-boot-imx-b64b775e7546ed138df360ceb3a71ee358cb9a01.zip u-boot-imx-b64b775e7546ed138df360ceb3a71ee358cb9a01.tar.gz u-boot-imx-b64b775e7546ed138df360ceb3a71ee358cb9a01.tar.bz2 |
cmd_mem: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/cmd_mem.c')
-rw-r--r-- | common/cmd_mem.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 672218b..07b08fb 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -37,8 +37,6 @@ #endif #include <watchdog.h> -#if defined(CONFIG_CMD_MEMORY) - #ifdef CMD_MEM_DEBUG #define PRINTF(fmt,args...) printf (fmt ,##args) #else @@ -1306,5 +1304,3 @@ U_BOOT_CMD( "srcaddr dstaddr [dstsize]\n" ); #endif /* CONFIG_CMD_UNZIP */ - -#endif |