[flashrom] [PATCH] Add selfcheck_board_enables().

Stefan Tauner stefan.tauner at alumni.tuwien.ac.at
Sat May 31 16:14:25 CEST 2014


On Sat, 31 May 2014 05:04:56 +0200
Stefan Tauner <stefan.tauner at alumni.tuwien.ac.at> wrote:

> diff --git a/flashrom.c b/flashrom.c
> index 98101b7..fdb5cf7 100644
> --- a/flashrom.c
> +++ b/flashrom.c
> @@ -1770,6 +1770,8 @@ int selfcheck(void)
>  		}
>  	}
>  
+ #if CONFIG_INTERNAL == 1
> +	ret |= selfcheck_board_enables();
+ #endif
> +
>  	/* TODO: implement similar sanity checks for other arrays where deemed necessary. */
>  	return ret;
>  }

because the whole board_enable.c file is not compiled in without it
-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner




More information about the flashrom mailing list