From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 16 Apr 2013 22:25:41 -0400 Subject: [U-Boot] [PATCH] fdt: Ensure that libfdt_env.h comes from U-Boot In-Reply-To: References: <1363019427-31520-1-git-send-email-sjg@chromium.org> Message-ID: <516E0825.7000707@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 04/12/2013 04:24 PM, Simon Glass wrote: > Hi Tom / Jerry, [snip] >> Another way to fix this is to use -nostdinc and -idirafter to ensure that >> system includes are included after U-Boot ones. Unfortunately this means >> that U-Boot's errno.h gets included instead of the system one. This in >> turn requires a hack to errno.h to redirect things, so all in all the >> solution in this patch is probably cleaner. [snip] > Can this be considered for the release please? This appears to be a reasonable request to fix an outstanding bug. I don't have time today or tomorrow, but I'll pull in your patch and move it forward, Tom willing. > Regards, > Simon Thanks, gvb