sb/intel/i82801gx: Clean up unneeded smi setup code
All i82801gx targets now use SMM_TSEG. Change-Id: Ib4e6974088a685290ed1dddf5228a99918744124 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/25599 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
@@ -21,9 +21,7 @@
|
||||
// can it be cleaned up so this include is not required?
|
||||
// It's needed right now because we get our DEFAULT_PMBASE from
|
||||
// here.
|
||||
#if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801GX)
|
||||
#include <southbridge/intel/i82801gx/i82801gx.h>
|
||||
#elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801DX)
|
||||
#if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801DX)
|
||||
#include <southbridge/intel/i82801dx/i82801dx.h>
|
||||
#elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801IX)
|
||||
#include <southbridge/intel/i82801ix/i82801ix.h>
|
||||
|
Reference in New Issue
Block a user