From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 25 Sep 2018 22:42:24 -0700 Subject: [U-Boot] [PATCH 6/7] m68k: add stmark2 fdt support In-Reply-To: <20180920210755.22381-7-angelo@sysam.it> References: <20180920210755.22381-1-angelo@sysam.it> <20180920210755.22381-7-angelo@sysam.it> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20 September 2018 at 15:07, Angelo Dureghello wrote: > This patch adds stmark2 board fdt support to the m68k arch. > > Signed-off-by: Angelo Dureghello > --- > arch/m68k/dts/Makefile | 12 ++++++++++++ > arch/m68k/dts/stmark2.dts | 34 ++++++++++++++++++++++++++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 arch/m68k/dts/Makefile > create mode 100644 arch/m68k/dts/stmark2.dts Reviewed-by: Simon Glass