* Keith Hui <[email protected]> [110329 06:11]: > >> + if ((edosd & 0x84) == 0x84) { > >> + edosd = 0x10; // Registered SDRAM > >> + } else { > >> + // Clear [4:3] in case it's EDO. > >> + edosd &= 0x07; > >> +// } else if (edosd & 0x02) { > > Besides being commented out, this piece of code would never be executed, > > as there already is an else case. > > Also, modifying edosd in place is semi nice. > > So is this good, not so good, or bad? > > I want to know if I should split up edosd.
Please do. -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

