[coreboot] [PATCH] Update LinuxBIOS/coreboot support in memtest86+ 4.0

Peter Stuge peter at stuge.se
Sat Jan 23 16:17:56 CET 2010


Stefan Reinauer wrote:
> +++ memtest86+-4.00/linuxbios.c	2010-01-23 12:45:06.000000000 +0100
..
> @@ -54,16 +54,16 @@
>  }
>  
>  #define for_each_lbrec(head, rec) \
> -	for(rec = (struct lb_record *)(((char *)head) + sizeof(*head)); \
> +	for(rec = (struct cb_record *)(((char *)head) + sizeof(*head)); \

The macro name above still has lb - should that change too?


//Peter




More information about the coreboot mailing list