summaryrefslogtreecommitdiff
path: root/board/renesas/gose/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-12-02 07:52:20 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-12-05 02:04:52 (GMT)
commit72fd3838c6cc861e5061d99316c35eed62a3fb85 (patch)
tree85dcf36fe07d4afa87d51842117ca096a072ad98 /board/renesas/gose/Makefile
parent44e1eebf86efc917010b8fd482951b10c3b06453 (diff)
downloadu-boot-fsl-qoriq-72fd3838c6cc861e5061d99316c35eed62a3fb85.tar.xz
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>
Diffstat (limited to 'board/renesas/gose/Makefile')
-rw-r--r--board/renesas/gose/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/gose/Makefile b/board/renesas/gose/Makefile
index a4fb6cc..2dac748 100644
--- a/board/renesas/gose/Makefile
+++ b/board/renesas/gose/Makefile
@@ -6,4 +6,4 @@
# SPDX-License-Identifier: GPL-2.0
#
-obj-y := gose.o qos.o
+obj-y := gose.o qos.o ../rcar-gen2-common/common.o