From: hcg Date: Tue, 5 Jun 2007 03:37:01 +0000 (+0000) Subject: Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=775ea3df553b06831aaa982748ee2bf73586cd57;p=openwrt.git 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 --- diff --git a/target/linux/at91-2.6/image/dfboot/src/binary/DataflashBoot-1.05.bin b/target/linux/at91-2.6/image/dfboot/src/binary/DataflashBoot-1.05.bin deleted file mode 100755 index 52262a5d23..0000000000 Binary files a/target/linux/at91-2.6/image/dfboot/src/binary/DataflashBoot-1.05.bin and /dev/null differ diff --git a/target/linux/at91-2.6/image/dfboot/src/gcc-softfloat-3.4.5-glibc-2.3.6.sh b/target/linux/at91-2.6/image/dfboot/src/gcc-softfloat-3.4.5-glibc-2.3.6.sh deleted file mode 100755 index c1da1af327..0000000000 --- a/target/linux/at91-2.6/image/dfboot/src/gcc-softfloat-3.4.5-glibc-2.3.6.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# This is a Softfloat version of gcc for ARM suitable to compile U-Boot. -# It was compiled using crosstool-0.42 using -export GCCROOT=/usr/local/arm -export GCC_VERSION=3.4.5 -export GLIBC_VERSION=2.3.6 -export CROSS_CHAIN=gcc-$GCC_VERSION-glibc-$GLIBC_VERSION -export PATH=$PATH:$GCCROOT/$CROSS_CHAIN/arm-softfloat-linux-gnu/bin -export CROSS_COMPILE=arm-softfloat-linux-gnu- 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 f2747e3f3f..c0705dec60 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