diff packages/hal/common/current/src/hal_stub.c @ 70:c5536bad4c24 ecos-sw-2000-02-11

Merge from eCos master repository on 2000-02-11-15:46:40-GMT
author jlarmour
date Fri, 11 Feb 2000 16:47:32 +0000
parents bf00f99aec69
children 435cced73e2f
line wrap: on
line diff
--- a/packages/hal/common/current/src/hal_stub.c
+++ b/packages/hal/common/current/src/hal_stub.c
@@ -335,12 +335,6 @@ initHardware (void)
         // Get interrupt handler initialized.
         HAL_STUB_PLATFORM_INIT_BREAK_IRQ();
 #endif
-
-#ifdef CYG_HAL_STARTUP_STUBS
-        // There may be extra initialization required when configured
-        // for stubs startup.
-        HAL_STUB_PLATFORM_STUBS_INIT();
-#endif
     }
 }