Changeset 3665 for trunk/coreboot-v2
- Timestamp:
- 10/17/08 04:34:06 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_early_smbus.c
r3664 r3665 337 337 } 338 338 339 #if defined(__GNUC__) 339 340 void vt8237_early_spi_init(void) 340 341 { … … 359 360 (*spireg) &= 0xff00; 360 361 } 362 #endif 361 363 362 364 /* This #if is special. ROMCC chokes on the (rom == NULL) comparison.
