V1 trouble with gcc 3.2.3 [PMX:#]

ron minnich rminnich at lanl.gov
Thu Nov 20 17:36:01 CET 2003


On Thu, 20 Nov 2003, Dave Ashley wrote:

> I found one minor bug but this isn't the cause of the problem. In
> that vgabios.c file there is a typo, = instead of ==:
>   if ((buf[0] == 0x55) && (buf[1] = 0xaa)) {
> should be
>   if ((buf[0] == 0x55) && (buf[1] == 0xaa)) {

I don't see this in version 1, but it is in version 2 and I just fixed it. 

Thanks

ron




More information about the coreboot mailing list