Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
vesta
u-boot-2015.04
Commits
7cc1438d
Commit
7cc1438d
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
parent
ec0ca731
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+2
-1
2 additions, 1 deletion
CHANGELOG
include/configs/at91rm9200dk.h
+0
-2
0 additions, 2 deletions
include/configs/at91rm9200dk.h
include/configs/cmc_pu2.h
+0
-2
0 additions, 2 deletions
include/configs/cmc_pu2.h
with
2 additions
and
5 deletions
CHANGELOG
+
2
−
1
View file @
7cc1438d
...
...
@@ -2,7 +2,8 @@
Changes for U-Boot 1.1.3:
======================================================================
* Cleanup serial console baudrate calculation on AT91RM9200
* Cleanup serial console baudrate calculation on AT91RM9200;
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
* Patch by Matthias Fuchs, 18 Apr 2005:
Make PCI target address spaces on PMC405 and CPCI405 boards
...
...
This diff is collapsed.
Click to expand it.
include/configs/at91rm9200dk.h
+
0
−
2
View file @
7cc1438d
...
...
@@ -81,8 +81,6 @@
#define CONFIG_BAUDRATE 115200
#define CFG_AT91C_BRGR_DIVISOR 33
/* hardcode so no __divsi3 : AT91C_MASTER_CLOCK / baudrate / 16 */
/*
* Hardware drivers
*/
...
...
This diff is collapsed.
Click to expand it.
include/configs/cmc_pu2.h
+
0
−
2
View file @
7cc1438d
...
...
@@ -82,8 +82,6 @@
#define CONFIG_BAUDRATE 9600
#define CFG_AT91C_BRGR_DIVISOR 450
/* hardcode so no __divsi3 : AT91C_MASTER_CLOCK /(baudrate * 16) */
/*
* Hardware drivers
*/
...
...
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