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 <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Nobuhiro Iwamatsu
2014-12-02 16:52:20 +09:00
committed by Nobuhiro Iwamatsu
parent 44e1eebf86
commit 72fd3838c6
9 changed files with 31 additions and 32 deletions

View File

@@ -6,4 +6,4 @@
# SPDX-License-Identifier: GPL-2.0
#
obj-y := koelsch.o qos.o
obj-y := koelsch.o qos.o ../rcar-gen2-common/common.o