From 2fd311bb72be329167dd8d3074d00a42164a9abf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 9 Oct 2008 12:05:31 +0800 Subject: [PATCH] --- yaml --- r: 113756 b: refs/heads/master c: 46ce0d9a361b7b3de9a1c8dce1f2b636e395ab9e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 705efc119663..5d995ca1febd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd88b4dca85d0e46db3d0aadd748037a10ebbfc1 +refs/heads/master: 46ce0d9a361b7b3de9a1c8dce1f2b636e395ab9e diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index 423ecfb9e914..b5027f575e02 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -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"