diff options
Diffstat (limited to 'common/main.c')
-rw-r--r-- | common/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c index 22906cb7be..b38b862f91 100644 --- a/common/main.c +++ b/common/main.c @@ -37,6 +37,9 @@ int main(void) jtag_pre_init(); gpio_pre_init(); +#ifdef CONFIG_CONFIGURE_BOARD_LATE + configure_board_late(); +#endif /* * Initialize interrupts, but don't enable any of them. Note that * task scheduling is not enabled until task_start() below. |