From 775ea3df553b06831aaa982748ee2bf73586cd57 Mon Sep 17 00:00:00 2001 From: hcg Date: Tue, 5 Jun 2007 03:37:01 +0000 Subject: Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files not required git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7499 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/at91-2.6/image/dfboot/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/at91-2.6/image/dfboot/src/main.c') diff --git a/target/linux/at91-2.6/image/dfboot/src/main.c b/target/linux/at91-2.6/image/dfboot/src/main.c index f2747e3f3..c0705dec6 100644 --- a/target/linux/at91-2.6/image/dfboot/src/main.c +++ b/target/linux/at91-2.6/image/dfboot/src/main.c @@ -48,7 +48,8 @@ #else #define AT91C_BOOT_DATAFLASH_ADDR 0xC0008000 #endif -#define AT91C_PLLA_VALUE 0x2026BE04 // crystal= 18.432MHz +#define AT91C_PLLA_VALUE 0x237A3E5A // crystal= 18.432MHz - fixes BRG error at 115kbps +//#define AT91C_PLLA_VALUE 0x2026BE04 // crystal= 18.432MHz //#define AT91C_PLLA_VALUE 0x202CBE01 // crystal= 4MHz -- cgit v1.2.3