diff options
Diffstat (limited to 'src/superio/ite/common')
-rw-r--r-- | src/superio/ite/common/Kconfig | 2 | ||||
-rw-r--r-- | src/superio/ite/common/ite.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/superio/ite/common/Kconfig b/src/superio/ite/common/Kconfig index 162b7f1545..8e52cf4e4e 100644 --- a/src/superio/ite/common/Kconfig +++ b/src/superio/ite/common/Kconfig @@ -17,7 +17,7 @@ # Generic ITE romstage driver - Just enough UART initialisation code for # romstage. -config SUPERIO_ITE_COMMON_ROMSTAGE +config SUPERIO_ITE_COMMON_PRE_RAM bool # Generic ITE environment controller driver diff --git a/src/superio/ite/common/ite.h b/src/superio/ite/common/ite.h index 7e0e80ec96..5b39672a5f 100644 --- a/src/superio/ite/common/ite.h +++ b/src/superio/ite/common/ite.h @@ -14,8 +14,8 @@ * GNU General Public License for more details. */ -#ifndef SUPERIO_ITE_COMMON_ROMSTAGE_H -#define SUPERIO_ITE_COMMON_ROMSTAGE_H +#ifndef SUPERIO_ITE_COMMON_PRE_RAM_H +#define SUPERIO_ITE_COMMON_PRE_RAM_H #include <arch/io.h> #include <stdint.h> @@ -34,4 +34,4 @@ void ite_kill_watchdog(pnp_devfn_t dev); void pnp_enter_conf_state(pnp_devfn_t dev); void pnp_exit_conf_state(pnp_devfn_t dev); -#endif /* SUPERIO_ITE_COMMON_ROMSTAGE_H */ +#endif /* SUPERIO_ITE_COMMON_PRE_RAM_H */ |