From c4ccf26cb7808786e15312b41c3055b2da75203b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 17 Apr 2018 06:57:46 +0200 Subject: bsps: Convert all bsp_predriver_hook() Use RTEMS_SYSINIT_ITEM() instead. Update #2408. --- bsps/shared/start/bootcard.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bsps/shared/start') diff --git a/bsps/shared/start/bootcard.c b/bsps/shared/start/bootcard.c index 3e243d2569..83030f29ba 100644 --- a/bsps/shared/start/bootcard.c +++ b/bsps/shared/start/bootcard.c @@ -49,12 +49,6 @@ RTEMS_SYSINIT_ITEM( RTEMS_SYSINIT_ORDER_MIDDLE ); -RTEMS_SYSINIT_ITEM( - bsp_predriver_hook, - RTEMS_SYSINIT_BSP_PRE_DRIVERS, - RTEMS_SYSINIT_ORDER_MIDDLE -); - /* * This is the initialization framework routine that weaves together * calls to RTEMS and the BSP in the proper sequence to initialize -- cgit v1.2.3