|
@@ -98,7 +98,7 @@ static void fw_cfg_io_cleanup(void)
|
|
|
}
|
|
|
|
|
|
/* arch-specific ctrl & data register offsets are not available in ACPI, DT */
|
|
|
-#if !(defined(FW_CFG_CTRL_OFF) && defined(FW_CTRL_DATA_OFF))
|
|
|
+#if !(defined(FW_CFG_CTRL_OFF) && defined(FW_CFG_DATA_OFF))
|
|
|
# if (defined(CONFIG_ARM) || defined(CONFIG_ARM64))
|
|
|
# define FW_CFG_CTRL_OFF 0x08
|
|
|
# define FW_CFG_DATA_OFF 0x00
|