Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30511
Change subject: soc/intel/baytrail: Don't use CAR_GLOBAL ......................................................................
soc/intel/baytrail: Don't use CAR_GLOBAL
All platforms using this code have NO_CAR_GLOBAL_MIGRATION.
Change-Id: I731bc1c9dec6cb5bbb228b7949a73848cb73eee3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/baytrail/romstage/romstage.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/30511/1
diff --git a/src/soc/intel/baytrail/romstage/romstage.c b/src/soc/intel/baytrail/romstage/romstage.c index 0e1d57e..72ded61 100644 --- a/src/soc/intel/baytrail/romstage/romstage.c +++ b/src/soc/intel/baytrail/romstage/romstage.c @@ -134,7 +134,7 @@ return NULL; }
-static struct chipset_power_state power_state CAR_GLOBAL; +static struct chipset_power_state power_state;
static void migrate_power_state(int is_recovery) {