Skip to content
Snippets Groups Projects
Commit 66ffb188 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

ADS5121: disable watchdog; enable image timestamps


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 2b4f778f
No related branches found
No related tags found
Loading
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
* to 0xFFFF, watchdog timeouts after about 64s. For details refer * to 0xFFFF, watchdog timeouts after about 64s. For details refer
* to chapter 36 of the MPC5121e Reference Manual. * 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_WATCHDOG_VALUE 0xFFFF
/* /*
...@@ -306,9 +306,9 @@ ...@@ -306,9 +306,9 @@
#define CFG_PROMPT "=> " /* Monitor Command Prompt */ #define CFG_PROMPT "=> " /* Monitor Command Prompt */
#ifdef CONFIG_CMD_KGDB #ifdef CONFIG_CMD_KGDB
#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */ #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
#else #else
#define CFG_CBSIZE 256 /* Console I/O Buffer Size */ #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
#endif #endif
...@@ -340,8 +340,8 @@ ...@@ -340,8 +340,8 @@
* *
* Boot Flags * Boot Flags
*/ */
#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
#define BOOTFLAG_WARM 0x02 /* Software reboot */ #define BOOTFLAG_WARM 0x02 /* Software reboot */
#ifdef CONFIG_CMD_KGDB #ifdef CONFIG_CMD_KGDB
#define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */ #define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
...@@ -351,7 +351,7 @@ ...@@ -351,7 +351,7 @@
/* /*
* Environment Configuration * Environment Configuration
*/ */
#define CONFIG_ENV_OVERWRITE #define CONFIG_TIMESTAMP
#define CONFIG_HOSTNAME ads5121 #define CONFIG_HOSTNAME ads5121
#define CONFIG_BOOTFILE ads5121/uImage #define CONFIG_BOOTFILE ads5121/uImage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment