]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
authorwdenk <wdenk>
Wed, 20 Apr 2005 14:38:59 +0000 (14:38 +0000)
committerwdenk <wdenk>
Wed, 20 Apr 2005 14:38:59 +0000 (14:38 +0000)
CHANGELOG
include/configs/at91rm9200dk.h
include/configs/cmc_pu2.h

index eb597704b032015b1b6b33ae6f4ed9f774e175af..5640dfbb878d25475d709c4d81da06e976d955dd 100644 (file)
--- 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
index 195de60d73a1555f983f7004bb684011ab3dcf3a..f0c0283956feccf8bca48611cfb9fbcae7145acb 100644 (file)
@@ -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
  */
index 752aeb29400b2641b56736c216d9926a8a73d374..12d0cca265be8a170daedbcc871fe58d6a561ca3 100644 (file)
@@ -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
  */