1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-05 23:18:11 +03:00

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
This commit is contained in:
hcg 2007-06-05 03:37:01 +00:00
parent 9a6b7b04a1
commit 775ea3df55
3 changed files with 2 additions and 10 deletions

View File

@ -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-

View File

@ -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