From e6325153874b567eece9c4ac294c4b82ec7b4004 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 17 Mar 2005 16:43:10 +0000 Subject: * Fix RTC configuration for PPChameleon board * Cleanup, fix typo in include/configs/TQM5200.h --- rtc/m41t11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtc') diff --git a/rtc/m41t11.c b/rtc/m41t11.c index 11a1b086a..c725cc904 100644 --- a/rtc/m41t11.c +++ b/rtc/m41t11.c @@ -23,6 +23,8 @@ * can you believe a trademark on that? */ +/* #define DEBUG 1 */ + #include #include #include @@ -43,8 +45,6 @@ #if defined(CONFIG_RTC_M41T11) && defined(CFG_I2C_RTC_ADDR) && (CONFIG_COMMANDS & CFG_CMD_DATE) -#define DEBUG 1 - static unsigned bcd2bin (uchar n) { return ((((n >> 4) & 0x0F) * 10) + (n & 0x0F)); -- cgit v1.2.3