From a87589da74b84031a3db4ddd2e835e1893a90f3b Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 10 Jun 2005 10:00:19 +0000 Subject: * Add support for HMI1001 board * Disable "date" and "sntp" commands on TQM866M which has no RTC --- include/configs/VoVPN-GW.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/configs/VoVPN-GW.h') diff --git a/include/configs/VoVPN-GW.h b/include/configs/VoVPN-GW.h index 05f6f18..d7f8749 100644 --- a/include/configs/VoVPN-GW.h +++ b/include/configs/VoVPN-GW.h @@ -261,7 +261,7 @@ * have to be in the first 8 MB of memory, since this is * the maximum mapped by the Linux kernel during initialization. */ -#define CFG_BOOTMAPSZ (8 << 20) +#define CFG_BOOTMAPSZ (8 << 20) /* hard reset configuration words */ #ifdef CONFIG_CLKIN_66MHz @@ -342,13 +342,13 @@ /* TMCNTSC - time counter status and control */ /* clear interrupts XXX jse */ -//#define CFG_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR) +/*#define CFG_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR) */ #define CFG_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR|\ TMCNTSC_TCF|TMCNTSC_TCE) /* PISCR - periodic interrupt status and control */ /* clear interrupts XXX jse */ -//#define CFG_PISCR (PISCR_PS) +/*#define CFG_PISCR (PISCR_PS) */ #define CFG_PISCR (PISCR_PS|PISCR_PTF|PISCR_PTE) /* SCCR - system clock control */ @@ -397,7 +397,7 @@ #define CFG_OR7_PRELIM 0xffff8104 #define CFG_MPTPR 0x2700 #define CFG_PSDMR 0x822a2452 /* optimal */ -//#define CFG_PSDMR 0x822a48a3 /* relaxed */ +/*#define CFG_PSDMR 0x822a48a3 */ /* relaxed */ #define CFG_PSRT 0x1a /* "bad" address */ -- cgit v1.1