From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?David_M=c3=bcller_=28ELSOFT_AG=29?= Date: Fri, 13 Nov 2015 09:19:32 +0100 Subject: [U-Boot] [PATCH V2 08/12] board: mpl: Move common headers to board-common directory In-Reply-To: <1447393422-4169-9-git-send-email-nm@ti.com> References: <1447393422-4169-1-git-send-email-nm@ti.com> <1447393422-4169-9-git-send-email-nm@ti.com> Message-ID: <56459D14.1090607@elsoft.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Nishanth Menon wrote: > Header files can be located in a generic location without needing to > reference them with ../common/ > > board/mpl/common/{ => include/board-common}/common_util.h (100%) > rename board/mpl/common/{ => include/board-common}/isa.h (100%) Correct me if I'm missing something here but I don't see the actual gain of doing this. "board/mpl/common" contains MPL specific things which should be kept as locally to the MPL boards directory as possible. For example how is a potential other "isa.h" file from another vendor and/or board handled? By using a prefix/suffix? Dave