From c344e5828c3e8447a6164402f5786c8b0fbfb6a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 2 Feb 2020 11:00:54 +0100 Subject: Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST to allow applications and support functions to place system initialization handlers behind the standard handlers. Update #3838. --- bsps/arm/imx/console/console-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/arm/imx') diff --git a/bsps/arm/imx/console/console-config.c b/bsps/arm/imx/console/console-config.c index 8b8d9fbc81..04bec993ae 100644 --- a/bsps/arm/imx/console/console-config.c +++ b/bsps/arm/imx/console/console-config.c @@ -382,5 +382,5 @@ rtems_status_code console_initialize( RTEMS_SYSINIT_ITEM( imx_uart_probe, RTEMS_SYSINIT_BSP_START, - RTEMS_SYSINIT_ORDER_LAST + RTEMS_SYSINIT_ORDER_LAST_BUT_5 ); -- cgit v1.2.3