summaryrefslogtreecommitdiff
path: root/chip/it83xx/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/spi.c')
-rw-r--r--chip/it83xx/spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/spi.c b/chip/it83xx/spi.c
index e02c3d590d..6e876b3aee 100644
--- a/chip/it83xx/spi.c
+++ b/chip/it83xx/spi.c
@@ -168,4 +168,4 @@ static void sspi_init(void)
/* Disabling spi module */
spi_enable(spi_devices[i].port, 0);
}
-DECLARE_HOOK(HOOK_INIT, sspi_init, HOOK_PRIO_DEFAULT);
+DECLARE_HOOK(HOOK_INIT, sspi_init, HOOK_PRIO_INIT_SPI);