From f4ec45229709323b1f58a096fa4ce6a67f3b9c10 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Thu, 21 Nov 2013 17:06:46 +0900 Subject: arm: rmobile: Add support lager board The lager board has R8A7790, 4GB DDR3-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - DDR3-SDRAM - SCIF Signed-off-by: Kouei Abe Signed-off-by: Hisashi Nakamura Signed-off-by: Ryo Kataoka Signed-off-by: Nobuhiro Iwamatsu CC: Nobuhiro Iwamatsu CC: Albert Aribaud --- board/renesas/lager/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 board/renesas/lager/Makefile (limited to 'board/renesas/lager/Makefile') diff --git a/board/renesas/lager/Makefile b/board/renesas/lager/Makefile new file mode 100644 index 00000000000..034c6f8c076 --- /dev/null +++ b/board/renesas/lager/Makefile @@ -0,0 +1,9 @@ +# +# board/renesas/lager/Makefile +# +# Copyright (C) 2013 Renesas Electronics Corporation +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := lager.o qos.o -- cgit v1.2.3