summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c
index d1ea65d0d1..b2eb2eebe4 100644
--- a/common/main.c
+++ b/common/main.c
@@ -56,6 +56,10 @@ test_mockable __keep int main(void)
board_config_pre_init();
#endif
+#ifdef CONFIG_CHIP_PRE_INIT
+ chip_pre_init();
+#endif
+
#ifdef CONFIG_MPU
mpu_pre_init();
#endif