Am 01.10.2010 11:02, schrieb Peter Stuge:
Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM
Both chipsets use the src/northbridge/intel/i945 code but that code needs to know which chipset is actually used. Having separate NORTHBRIDGE_ options allows the I945GC/I945GM choice to be removed since code can test the NORTHBRIDGE_ option directly.
Signed-off-by: Peter Stuge peter@stuge.se
Acked-by: Patrick Georgi patrick.georgi@coresystems.de and committed in r5893
Also fixes my stupid compile breakage in r5891
Thanks, Patrick