[U-Boot] [PATCH V2 08/12] board: mpl: Move common headers to board-common directory

David Müller (ELSOFT AG) d.mueller at elsoft.ch
Fri Nov 13 09:19:32 CET 2015


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 <VENDOR><BOARD> prefix/suffix?

Dave


More information about the U-Boot mailing list