From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 17 Jul 2015 10:05:20 +0100 Subject: [U-Boot] [PATCH] Kill unneeded #include In-Reply-To: <1437121736-6217-1-git-send-email-yamada.masahiro@socionext.com> References: <1437121736-6217-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <1437123920.32371.281.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2015-07-17 at 17:28 +0900, Masahiro Yamada wrote: > Because the top-level Makefile forces all the source files > to include include/linux/kconfig (see the UBOOTINCLUDE define), > these includes are redundant. > > By the way, there are exceptions for the statement above; host > programs. In fact, host tools in U-Boot depend on a particular > board configuration, although I think they should not. So, some > files still include to work around build errors > on host tools. > > Signed-off-by: Masahiro Yamada Assuming you have build tested for sunxi then for the sunxi bits: Acked-by: Ian Campbell