On Sat, 31 May 2014 05:04:56 +0200
Stefan Tauner <stefan.tau...@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

_______________________________________________
flashrom mailing list
flashrom@flashrom.org
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to