From 7cc1438d433c5c5ee65fcb588a4d70acb117af82 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 20 Apr 2005 14:38:59 +0000 Subject: get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition --- include/configs/at91rm9200dk.h | 2 -- include/configs/cmc_pu2.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'include/configs') diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h index 195de60d73..f0c0283956 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 752aeb2940..12d0cca265 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 */ -- cgit v1.2.1