From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 13 May 2014 13:01:46 -0600 Subject: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files In-Reply-To: <1399656509-28082-5-git-send-email-sjg@chromium.org> References: <1399656509-28082-1-git-send-email-sjg@chromium.org> <1399656509-28082-5-git-send-email-sjg@chromium.org> Message-ID: <53726C1A.6070103@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 05/09/2014 11:28 AM, Simon Glass wrote: > Linux supports this, and if we are to have compatible device tree files, > U-Boot should also. > > Avoid giving the device tree files access to U-Boot's include/ directory. > Only include/dt-bindings is accessible. Acked-by: Stephen Warren