summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xilinx-zynqmp
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-02 11:00:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 06:06:42 +0100
commitc344e5828c3e8447a6164402f5786c8b0fbfb6a2 (patch)
treeef1772f2981872b0b5162e79dfaab01b45521aac /bsps/arm/xilinx-zynqmp
parentsysinit: Add RTEMS_SYSINIT_ORDER_LAST_BUT_[1-9] (diff)
downloadrtems-c344e5828c3e8447a6164402f5786c8b0fbfb6a2.tar.bz2
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.
Diffstat (limited to 'bsps/arm/xilinx-zynqmp')
-rw-r--r--bsps/arm/xilinx-zynqmp/console/console-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/xilinx-zynqmp/console/console-config.c b/bsps/arm/xilinx-zynqmp/console/console-config.c
index 69495ce0f9..a525f9c565 100644
--- a/bsps/arm/xilinx-zynqmp/console/console-config.c
+++ b/bsps/arm/xilinx-zynqmp/console/console-config.c
@@ -126,5 +126,5 @@ BSP_polling_getchar_function_type BSP_poll_char = zynqmp_debug_console_in;
RTEMS_SYSINIT_ITEM(
zynqmp_debug_console_init,
RTEMS_SYSINIT_BSP_START,
- RTEMS_SYSINIT_ORDER_LAST
+ RTEMS_SYSINIT_ORDER_LAST_BUT_5
);