From bac190a8f82d6208615a2d14e26194f1ca9bf24d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 11 Jun 2009 21:52:35 +0000 Subject: [PATCH] --- yaml --- r: 151155 b: refs/heads/master c: d0cb9b4ef680c518087b019e29fe5c2eca9a0740 h: refs/heads/master i: 151153: c50fec6c9d39707749f61d4cfa3b4741031c8a2b 151151: 95afce674d7f4ff372f62dd3901111fd7d64aeb8 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index efa8242fcce8..53e4b88b0897 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ee76d7e169ff2b0ff1df4b40b9d5276eec9ffb4 +refs/heads/master: d0cb9b4ef680c518087b019e29fe5c2eca9a0740 diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index 5bc1360de2ee..26e48583729e 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -414,12 +414,12 @@ comment "Clock/PLL Setup" config CLKIN_HZ int "Frequency of the crystal on the board in Hz" + default "10000000" if BFIN532_IP0X default "11059200" if BFIN533_STAMP + default "24576000" if PNAV10 + default "25000000" # most people use this default "27000000" if BFIN533_EZKIT - default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN538_EZKIT || BFIN518F-EZBRD) default "30000000" if BFIN561_EZKIT - default "24576000" if PNAV10 - default "10000000" if BFIN532_IP0X help The frequency of CLKIN crystal oscillator on the board in Hz. Warning: This value should match the crystal on the board. Otherwise,