Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files not required
SVN-Revision: 7499
This commit is contained in:
parent
90153e678e
commit
c8f4767eaf
3 changed files with 2 additions and 10 deletions
Binary file not shown.
|
@ -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-
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue