Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113756
b: refs/heads/master
c: 46ce0d9
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 9, 2008
1 parent ffbd756 commit 2fd311b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: cd88b4dca85d0e46db3d0aadd748037a10ebbfc1
refs/heads/master: 46ce0d9a361b7b3de9a1c8dce1f2b636e395ab9e
7 changes: 3 additions & 4 deletions trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,9 @@ endchoice

choice
prompt "Silicon Rev"
default BF_REV_0_1 if BF527
default BF_REV_0_2 if BF537
default BF_REV_0_3 if BF533
default BF_REV_0_0 if BF549
default BF_REV_0_1 if (BF52x || BF54x)
default BF_REV_0_2 if (BF534 || BF536 || BF537)
default BF_REV_0_3 if (BF531 || BF532 || BF533 || BF561)

config BF_REV_0_0
bool "0.0"
Expand Down

0 comments on commit 2fd311b

Please sign in to comment.