diff options
author | wdenk | 2005-04-20 14:38:59 +0000 |
---|---|---|
committer | wdenk | 2005-04-20 14:38:59 +0000 |
commit | 7cc1438d433c5c5ee65fcb588a4d70acb117af82 (patch) | |
tree | 59f06d15d439757e61a79562daadc44f3aae9f23 | |
parent | ec0ca73190450d8d063c102fc652a0bdbc78aac2 (diff) |
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | include/configs/at91rm9200dk.h | 2 | ||||
-rw-r--r-- | include/configs/cmc_pu2.h | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG index eb597704b03..5640dfbb878 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h index 195de60d73a..f0c0283956f 100644 --- a/include/configs/at91rm9200dk.h +++ b/include/configs/at91rm9200dk.h @@ -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 */ diff --git a/include/configs/cmc_pu2.h b/include/configs/cmc_pu2.h index 752aeb29400..12d0cca265b 100644 --- a/include/configs/cmc_pu2.h +++ b/include/configs/cmc_pu2.h @@ -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 */ |