From 6cd10341eb90953c0f2e742353b3ade40534274e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Thu, 7 Mar 2013 14:29:08 +0800 Subject: [PATCH] rk: cpu.h: add soc_is_rk2928b --- arch/arm/plat-rk/include/plat/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/plat-rk/include/plat/cpu.h b/arch/arm/plat-rk/include/plat/cpu.h index d7dfec223f37..68999144519c 100644 --- a/arch/arm/plat-rk/include/plat/cpu.h +++ b/arch/arm/plat-rk/include/plat/cpu.h @@ -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 -- 2.34.1