rk: cpu.h: add soc_is_rk2928b
author黄涛 <huangtao@rock-chips.com>
Thu, 7 Mar 2013 06:29:08 +0000 (14:29 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 7 Mar 2013 06:31:48 +0000 (14:31 +0800)
arch/arm/plat-rk/include/plat/cpu.h

index d7dfec223f37764a9bbd850219433533af01cb6d..68999144519cb58e48b35295458f5aef5f69a349 100644 (file)
@@ -85,5 +85,6 @@ static inline bool soc_is_rk3108(void) { return false; }
 static inline bool soc_is_rk3168m(void) { return false; }
 #endif
 static inline bool soc_is_rk3168(void) { return soc_is_rk3108(); }
+static inline bool soc_is_rk2928b(void) { return soc_is_rk3168m(); }
 
 #endif