Re: [PATCH 001/149] global: Make include

2024-05-07 Thread Tom Rini
On Tue, 30 Apr 2024 20:40:48 -0600, Tom Rini wrote: > This follows the example of RISC-V where includes > directly as "gd" includes a reference to bd_info already > and so the first must include the second anyhow. We then remove > from all of the places which include references to "gd" > an so

Re: [PATCH 001/149] global: Make include

2024-05-01 Thread Tom Rini
On Tue, Apr 30, 2024 at 11:33:01PM -0700, Tony Dinh wrote: > Hi Tom, > > This patch does not apply cleanly on the master branch. Perhaps this > patch series has a dependency on another previous patch? Please see > below at arch/arm/lib/bdinfo.c. Yeah, sorry, this depends on the two previous seri

Re: [PATCH 001/149] global: Make include

2024-04-30 Thread Tony Dinh
Hi Tom, This patch does not apply cleanly on the master branch. Perhaps this patch series has a dependency on another previous patch? Please see below at arch/arm/lib/bdinfo.c. On Tue, Apr 30, 2024 at 7:50 PM Tom Rini wrote: > > This follows the example of RISC-V where includes > directly as "

[PATCH 001/149] global: Make include

2024-04-30 Thread Tom Rini
This follows the example of RISC-V where includes directly as "gd" includes a reference to bd_info already and so the first must include the second anyhow. We then remove from all of the places which include references to "gd" an so have already. Signed-off-by: Tom Rini --- api/api_platform-