diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-08-31 11:13:31 +0800 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-10-08 14:36:30 +0800 |
commit | ee5124e3103582a9c0c4134fe96ad351f96309a9 (patch) | |
tree | 90e8d1bc76e703531e0ae7f2f5b28e89225eb3d9 /arch/blackfin | |
parent | 740dd8c2bc180bdad27868208c00f969281b69ac (diff) |
Blackfin: add bf548 v0.4 revision
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index c7092e6057c5..99224c4eb86b 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -298,7 +298,7 @@ config BF_REV_0_3 config BF_REV_0_4 bool "0.4" - depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539) + depends on (BF561 || BF533 || BF532 || BF531 || BF538 || BF539 || BF54x) config BF_REV_0_5 bool "0.5" |