Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
66ffb188
Commit
66ffb188
authored
17 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
ADS5121: disable watchdog; enable image timestamps
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
2b4f778f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/ads5121.h
+6
-6
6 additions, 6 deletions
include/configs/ads5121.h
with
6 additions
and
6 deletions
include/configs/ads5121.h
+
6
−
6
View file @
66ffb188
...
...
@@ -295,7 +295,7 @@
* 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
/*
...
...
@@ -306,9 +306,9 @@
#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
...
...
@@ -340,8 +340,8 @@
*
* 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 */
...
...
@@ -351,7 +351,7 @@
/*
* Environment Configuration
*/
#define CONFIG_
ENV_OVERWRITE
#define CONFIG_
TIMESTAMP
#define CONFIG_HOSTNAME ads5121
#define CONFIG_BOOTFILE ads5121/uImage
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment