ADS5121: disable watchdog; enable image timestamps
authorWolfgang Denk <wd@denx.de>
Tue, 15 Jan 2008 16:22:28 +0000 (17:22 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 15 Jan 2008 16:22:28 +0000 (17:22 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/configs/ads5121.h

index a4de5524e06721560ae2333b971575cd489efed1..ce458ae5b8789200ebee271ea9c1ded8c7b0f2b0 100644 (file)
  * to 0xFFFF, watchdog timeouts after about 64s. For details refer
  * to chapter 36 of the MPC5121e Reference Manual.
  */
-#define CONFIG_WATCHDOG                        /* enable watchdog */
+/* #define CONFIG_WATCHDOG */          /* enable watchdog */
 #define CFG_WATCHDOG_VALUE 0xFFFF
 
  /*
 #define CFG_PROMPT     "=> "           /* Monitor Command Prompt */
 
 #ifdef CONFIG_CMD_KGDB
-       #define CFG_CBSIZE      1024            /* Console I/O Buffer Size */
+       #define CFG_CBSIZE      1024    /* Console I/O Buffer Size */
 #else
-       #define CFG_CBSIZE      256             /* Console I/O Buffer Size */
+       #define CFG_CBSIZE      256     /* Console I/O Buffer Size */
 #endif
 
 
  *
  * Boot Flags
  */
-#define BOOTFLAG_COLD  0x01    /* Normal Power-On: Boot from FLASH */
-#define BOOTFLAG_WARM  0x02    /* Software reboot */
+#define BOOTFLAG_COLD          0x01    /* Normal Power-On: Boot from FLASH */
+#define BOOTFLAG_WARM          0x02    /* Software reboot */
 
 #ifdef CONFIG_CMD_KGDB
 #define CONFIG_KGDB_BAUDRATE   230400  /* speed of kgdb serial port */
 /*
  * Environment Configuration
  */
-#define CONFIG_ENV_OVERWRITE
+#define CONFIG_TIMESTAMP
 
 #define CONFIG_HOSTNAME                ads5121
 #define CONFIG_BOOTFILE                ads5121/uImage