Re: [PATCH v2 1/6] scripts/Makefile.lib: Collate all dtsi files for inclusion

2023-08-17 Thread Ilias Apalodimas
On Thu, 17 Aug 2023 at 08:49, Sughosh Ganu wrote: > > At the time of building a device-tree file, all the *u-boot.dtsi files > are looked for, in a particular order, and the first file found is > included. Then, the list of files specified in the > CONFIG_DEVICE_TREE_INCLUDES symbol are included.

[PATCH v2 1/6] scripts/Makefile.lib: Collate all dtsi files for inclusion

2023-08-16 Thread Sughosh Ganu
At the time of building a device-tree file, all the *u-boot.dtsi files are looked for, in a particular order, and the first file found is included. Then, the list of files specified in the CONFIG_DEVICE_TREE_INCLUDES symbol are included. Combine these files that are to be included into a variable,