On Wed, Jul 9, 2025 at 11:35 AM Fabio Estevam <[email protected]> wrote: > > Hi Tim, > > On Wed, Jul 9, 2025 at 3:32 PM Tim Harvey <[email protected]> wrote: > > > > While this is interesting and useful for debugging there isn't extremely > > useful information so we will only show it if debug is enabled. > > > > Signed-off-by: Tim Harvey <[email protected]> > > --- > > board/gateworks/venice/spl.c | 61 +++++++++++++++++++++++++++++++++++- > > 1 file changed, 60 insertions(+), 1 deletion(-) > > > > diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c > > index d9bc593fa0d5..5f621ade9287 100644 > > --- a/board/gateworks/venice/spl.c > > +++ b/board/gateworks/venice/spl.c > > @@ -2,6 +2,7 @@ > > /* > > * Copyright 2021 Gateworks Corporation > > */ > > +#define DEBUG > > I believe this DEBUG definition was left by mistake?
Sure was! Thanks for catching that. I'll submit a v2 in a few days if there are no other comments. Best Regards, Tim

