Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
RISC-V U-Boot Custodian Tree
Commits
e6ba3c92
Commit
e6ba3c92
authored
Apr 01, 2005
by
wdenk
Browse files
Patch by Martin Krause, 01 Apr 2005:
Fix flash erase timeout on CMC_PU2
parent
f50cc09b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
e6ba3c92
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3:
======================================================================
* Patch by Martin Krause, 01 Apr 2005:
Fix flash erase timeout on CMC_PU2
* Patch by Steven Scholz, 13 March 2005:
fix cache enabling for AT91RM9200
...
...
include/configs/cmc_pu2.h
View file @
e6ba3c92
...
...
@@ -170,8 +170,8 @@
#define CFG_MONITOR_BASE CFG_FLASH_BASE
#define CFG_MAX_FLASH_BANKS 1
#define CFG_MAX_FLASH_SECT 256
#define CFG_FLASH_ERASE_TOUT (
2*
CFG_HZ)
/* Timeout for Flash Erase */
#define CFG_FLASH_WRITE_TOUT (
2*
CFG_HZ)
/* Timeout for Flash Write */
#define CFG_FLASH_ERASE_TOUT (
11 *
CFG_HZ)
/* Timeout for Flash Erase */
#define CFG_FLASH_WRITE_TOUT (
2 *
CFG_HZ)
/* Timeout for Flash Write */
#define CFG_ENV_IS_IN_FLASH 1
#define CFG_ENV_OFFSET 0x20000
/* after u-boot.bin */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment