From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 20 Feb 2014 09:17:48 -0700 Subject: [U-Boot] [PATCH] venice2: move device tree to fix build error In-Reply-To: <1392884322-30854-1-git-send-email-yamada.m@jp.panasonic.com> References: <1392884322-30854-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <53062AAC.8080904@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/20/2014 01:18 AM, Masahiro Yamada wrote: > Commit 5ab502cb gathered all device tree sources > to arch/$(ARCH)/dts/. > So tegra124-venice2.dts also must go to arch/arm/dts directory > to build venice2 board. > > (Commit 5ab502cb had been posted before venice2 board support > was merged. So an unvisible conflict happened.) Since all the other DTS have moved likewise, Acked-by: Stephen Warren (although not that Tom Warren is the Tegra U-Boot maintainer). > arch/arm/dts/Makefile | 5 +-- > arch/arm/dts/tegra124-venice2.dts | 84 +++++++++++++++++++++++++++++++++++ > board/nvidia/dts/tegra124-venice2.dts | 84 ----------------------------------- I'm assuming the file was moved with zero changes. "git format-patch -M" would have been useful to make this clear.