[PATCH 4/4] venice: display DRAM MR registers and decoding if debug enabled

Fabio Estevam festevam at gmail.com
Wed Jul 9 20:35:14 CEST 2025


Hi Tim,

On Wed, Jul 9, 2025 at 3:32 PM Tim Harvey <tharvey at gateworks.com> 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 <tharvey at gateworks.com>
> ---
>  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?


More information about the U-Boot mailing list