From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mateusz Kulikowski Date: Sun, 27 Dec 2015 17:51:42 +0100 Subject: [U-Boot] [RFC PATCH 01/11] serial: Add support for Qualcomm serial port In-Reply-To: References: <1449783707-23594-1-git-send-email-mateusz.kulikowski@gmail.com> <1449783707-23594-2-git-send-email-mateusz.kulikowski@gmail.com> Message-ID: <5680171E.7000508@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 Masahiro, On 23.12.2015 04:52, Masahiro Yamada wrote: [..] > I guess Linux sorts headers from global to local. > > #include global in the project > #include arch-specific > #include "foo.h" local in the directory > > > Likewise, the following makes sense for U-Boot > > #include > #include <*.h> global in the project (U-boot orignal) > #include global in the project (come from Linux) > #include arch-specific > #include SoC-specific > #include "foo.h" local in the directory > > if I am not missing something... > > Is it OK with you if for V1 (I'd like to post it soon) I'll use order proposed by Simon (and U-Boot page in general), and then depending on your discussion will swap (or not). Regards, Mateusz