Skip to content
GitLab
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
7cc1438d
Commit
7cc1438d
authored
Apr 20, 2005
by
wdenk
Browse files
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
parent
ec0ca731
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
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
...
...
include/configs/at91rm9200dk.h
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
*/
...
...
include/configs/cmc_pu2.h
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
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment