mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 06:26:13 -04:00
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
This commit is contained in:
parent
ec0ca73190
commit
7cc1438d43
@ -2,7 +2,8 @@
|
|||||||
Changes for U-Boot 1.1.3:
|
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:
|
* Patch by Matthias Fuchs, 18 Apr 2005:
|
||||||
Make PCI target address spaces on PMC405 and CPCI405 boards
|
Make PCI target address spaces on PMC405 and CPCI405 boards
|
||||||
|
@ -81,8 +81,6 @@
|
|||||||
|
|
||||||
#define CONFIG_BAUDRATE 115200
|
#define CONFIG_BAUDRATE 115200
|
||||||
|
|
||||||
#define CFG_AT91C_BRGR_DIVISOR 33 /* hardcode so no __divsi3 : AT91C_MASTER_CLOCK / baudrate / 16 */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Hardware drivers
|
* Hardware drivers
|
||||||
*/
|
*/
|
||||||
|
@ -82,8 +82,6 @@
|
|||||||
|
|
||||||
#define CONFIG_BAUDRATE 9600
|
#define CONFIG_BAUDRATE 9600
|
||||||
|
|
||||||
#define CFG_AT91C_BRGR_DIVISOR 450 /* hardcode so no __divsi3 : AT91C_MASTER_CLOCK /(baudrate * 16) */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Hardware drivers
|
* Hardware drivers
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user