From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Date: Thu, 19 May 2016 21:26:48 +0900 Subject: [U-Boot] [PATCH 2/9] board_f: Add SH specific timer_init In-Reply-To: <1463660815-26050-1-git-send-email-ysato@users.sourceforge.jp> References: <1463660815-26050-1-git-send-email-ysato@users.sourceforge.jp> Message-ID: <1463660815-26050-3-git-send-email-ysato@users.sourceforge.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Yoshinori Sato --- 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