From 789edf694c63a6eff1188b3672af7d0228a1a0d9 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 7 Jan 2018 19:32:56 +0100 Subject: ARM: rmobile: Convert R8A7791 Porter board to DM and DT Convert the R8A7791 Porter board to DM and DT. This implies mostly enabling the necessary configuration options and plucking out the ad-hoc configuration from the board file. Moreover, the pre-reloc malloc size was increased to allow the clock driver to start up early without running out of malloc space and the early stack was moved further up in the DRAM to avoid rewriting U-Boot itself. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- board/renesas/porter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/renesas/porter/Makefile') diff --git a/board/renesas/porter/Makefile b/board/renesas/porter/Makefile index 09c07ef5d4..b0cfb1b06a 100644 --- a/board/renesas/porter/Makefile +++ b/board/renesas/porter/Makefile @@ -7,4 +7,4 @@ # SPDX-License-Identifier: GPL-2.0 # -obj-y := porter.o qos.o ../rcar-common/common.o +obj-y := porter.o qos.o -- cgit