summaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/stout/acpi_tables.c')
-rw-r--r--src/mainboard/google/stout/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/acpi_tables.c b/src/mainboard/google/stout/acpi_tables.c
index 9fbdcfcd33..083045678e 100644
--- a/src/mainboard/google/stout/acpi_tables.c
+++ b/src/mainboard/google/stout/acpi_tables.c
@@ -49,7 +49,7 @@ void acpi_create_gnvs(global_nvs_t *gnvs)
gnvs->s5u1 = 0;
-#if IS_ENABLED(CONFIG_CHROMEOS)
+#if CONFIG(CHROMEOS)
gnvs->chromeos.vbt2 = get_recovery_mode_switch() ?
ACTIVE_ECFW_RO : ACTIVE_ECFW_RW;
#endif