V1 trouble with gcc 3.2.3

Dave Ashley linuxbios at xdr.com
Thu Nov 20 17:05:01 CET 2003


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)) {

This is present in version2 as well. Someone ought to
fix that...

-Dave



More information about the coreboot mailing list