Re: [PATCH 1/5] cyclic: Disable in SPL builds

2023-12-03 Thread Stefan Roese
Hi Simon, On 11/19/23 19:23, Simon Glass wrote: Hi Tom, On Sun, 19 Nov 2023 at 08:59, Tom Rini wrote: On Sun, Nov 19, 2023 at 07:46:39AM -0700, Simon Glass wrote: The cyclic subsystem is currently enabled in all build phases or none. So far it doesn't have any purpose within SPL builds, so

Re: [PATCH 1/5] cyclic: Disable in SPL builds

2023-11-20 Thread Tom Rini
On Sun, Nov 19, 2023 at 11:23:41AM -0700, Simon Glass wrote: > Hi Tom, > > On Sun, 19 Nov 2023 at 08:59, Tom Rini wrote: > > > > On Sun, Nov 19, 2023 at 07:46:39AM -0700, Simon Glass wrote: [snip] > > > diff --git a/include/cyclic.h b/include/cyclic.h > > > index 44ad3cb6b803..d3b368dd90df 100644

Re: [PATCH 1/5] cyclic: Disable in SPL builds

2023-11-19 Thread Simon Glass
Hi Tom, On Sun, 19 Nov 2023 at 08:59, Tom Rini wrote: > > On Sun, Nov 19, 2023 at 07:46:39AM -0700, Simon Glass wrote: > > > The cyclic subsystem is currently enabled in all build phases or none. > > So far it doesn't have any purpose within SPL builds, so adjust the > > rules to prevent it being

Re: [PATCH 1/5] cyclic: Disable in SPL builds

2023-11-19 Thread Tom Rini
On Sun, Nov 19, 2023 at 07:46:39AM -0700, Simon Glass wrote: > The cyclic subsystem is currently enabled in all build phases or none. > So far it doesn't have any purpose within SPL builds, so adjust the > rules to prevent it being built in that case. > > Signed-off-by: Simon Glass > --- > > c

[PATCH 1/5] cyclic: Disable in SPL builds

2023-11-19 Thread Simon Glass
The cyclic subsystem is currently enabled in all build phases or none. So far it doesn't have any purpose within SPL builds, so adjust the rules to prevent it being built in that case. Signed-off-by: Simon Glass --- common/Makefile | 2 +- include/cyclic.h | 6 -- 2 files changed, 5 insert