[PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live in board directory

Troy Kisky troy.kisky at boundarydevices.com
Thu Jan 6 22:09:25 CET 2022


On 12/28/2021 12:33 AM, Simon Glass wrote:
> Hi Troy,
> 
> On Fri, 17 Dec 2021 at 16:02, Troy Kisky <troy.kisky at boundarydevices.com> wrote:
>>
>> Let the board specific include file live in the board directory.
>>
>> Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>
>> ---
>>  scripts/Makefile.autoconf | 9 +++++++--
>>  1 file changed, 7 insertions(+), 2 deletions(-)
> 
> We are actually working on deleting these. What is the benefit of
> putting it here?
> 


Do you have an estimate on how long until the 1st one can be deleted?

The main benefit that I see is making it easier to clone or compare boards.
You just duplicate/diff everything in the board directory and rename files to taste.

My goal for this series is NOT to force everyone to update their board, but rather to allow new
boards to have all their board specific files in one directory.

BR
Troy


More information about the U-Boot mailing list