Skip to content

Commit

Permalink
core: arm: Enable interruptions on i.MX6
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Briand <mbriand@witekio.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Yan Yan <yan.yan@windriver.com>
  • Loading branch information
mbriand authored and jforissier committed May 10, 2017
1 parent 8ac8d93 commit 762b7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/plat-imx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const struct thread_handlers *generic_boot_get_handlers(void)

static void main_fiq(void)
{
panic();
gic_it_handle(&gic_data);
}

#if defined(PLATFORM_FLAVOR_mx6qsabrelite) || \
Expand Down

0 comments on commit 762b7d0

Please sign in to comment.