From 72fd3838c6cc861e5061d99316c35eed62a3fb85 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Tue, 2 Dec 2014 16:52:20 +0900 Subject: arm: rmobile: rcar: Move arch_preboot_os function to rcar-gen2-common/common.c The arch_preboot_os function used in boards using R-Car ARM SoC (r8a7790, r8a7791, r8a7793 and r8a7794) is common. This makes rcar-gen2-common/common.c file providing common function for R-Car ARM SoC, and moves this function to this file. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/alt/alt.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'board/renesas/alt/alt.c') diff --git a/board/renesas/alt/alt.c b/board/renesas/alt/alt.c index e3cfe54824..c794d43ee4 100644 --- a/board/renesas/alt/alt.c +++ b/board/renesas/alt/alt.c @@ -60,12 +60,6 @@ int board_early_init_f(void) return 0; } -void arch_preboot_os(void) -{ - /* Disable TMU0 */ - mstp_setbits_le32(MSTPSR1, SMSTPCR1, TMU0_MSTP125); -} - int board_init(void) { /* adress of boot parameters */ -- cgit