Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent fa43cd8b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -166,11 +166,11 @@ choice

config BF_REV_0_0
	bool "0.0"
	depends on (BF549 || BF527)
	depends on (BF52x || BF54x)

config BF_REV_0_1
	bool "0.2"
	depends on (BF549 || BF527)
	bool "0.1"
	depends on (BF52x || BF54x)

config BF_REV_0_2
	bool "0.2"