Commit d07f4380 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: fix silicon rev display and selection for BF52x/BF54x

Signed-off-by: default avatarMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent fa43cd8b
...@@ -166,11 +166,11 @@ choice ...@@ -166,11 +166,11 @@ choice
config BF_REV_0_0 config BF_REV_0_0
bool "0.0" bool "0.0"
depends on (BF549 || BF527) depends on (BF52x || BF54x)
config BF_REV_0_1 config BF_REV_0_1
bool "0.2" bool "0.1"
depends on (BF549 || BF527) depends on (BF52x || BF54x)
config BF_REV_0_2 config BF_REV_0_2
bool "0.2" bool "0.2"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment