Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92305
b: refs/heads/master
c: 5d1617b
h: refs/heads/master
i:
  92303: 11d6931
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Apr 23, 2008
1 parent ad6cb71 commit 38f66ee
Show file tree
Hide file tree
Showing 7 changed files with 1,552 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f950f605b9cd0e4bb53b902d2b2edbbb3e6079fc
refs/heads/master: 5d1617b247aa63698618215a9f39ecf905d55779
5 changes: 4 additions & 1 deletion trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ config MEM_MT48LC8M32B2B5_7

config MEM_MT48LC32M16A2TG_75
bool
depends on (BFIN527_EZKIT)
depends on (BFIN527_EZKIT || BFIN532_IP0X)
default y

source "arch/blackfin/mach-bf527/Kconfig"
Expand Down Expand Up @@ -281,6 +281,7 @@ config CLKIN_HZ
default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS)
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.

Expand All @@ -304,6 +305,7 @@ config MEM_ADD_WIDTH
default 10 if BFIN537_STAMP
default 11 if BFIN533_STAMP
default 10 if PNAV10
default 10 if BFIN532_IP0X

config PLL_BYPASS
bool "Bypass PLL"
Expand Down Expand Up @@ -450,6 +452,7 @@ config MEM_SIZE
default 64 if PNAV10
default 32 if H8606_HVSISTEMAS
default 64 if BFIN548_BLUETECHNIX_CM
default 64 if BFIN532_IP0X

choice
prompt "DDR SDRAM Chip Type"
Expand Down
Loading

0 comments on commit 38f66ee

Please sign in to comment.