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"