[U-Boot] [PATCH 2/9] board_f: Add SH specific timer_init

Yoshinori Sato ysato at users.sourceforge.jp
Thu May 19 14:26:48 CEST 2016


Signed-off-by: Yoshinori Sato <ysato at users.sourceforge.jp>
---
 common/board_f.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/board_f.c b/common/board_f.c
index bf768d1..fcc69b8 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -870,7 +870,7 @@ static init_fnc_t init_sequence_f[] = {
 #endif
 #if defined(CONFIG_ARM) || defined(CONFIG_MIPS) || \
 		defined(CONFIG_BLACKFIN) || defined(CONFIG_NDS32) || \
-		defined(CONFIG_SPARC)
+		defined(CONFIG_SPARC) || defined(CONFIG_SH)
 	timer_init,		/* initialize timer */
 #endif
 #ifdef CONFIG_SYS_ALLOC_DPRAM
-- 
2.7.0



More information about the U-Boot mailing list