From 3b89891244d64e1053e758b05df1877b93de9e41 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 20:54:26 +0000 Subject: Now accounts for region used by RTEMS malloc and extension used by newlib. --- c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'c/src/lib/libbsp/m68k/efi68k/startup') diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c b/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c index 4c7431efb6..c1eb7b47b3 100644 --- a/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c @@ -166,20 +166,6 @@ void bsp_start( void ) BSP_Configuration.work_space_start = (void *) (((unsigned int)_end + STACK_SIZE + 0x100) & 0xffffff00); - /* - * Add 1 region for Malloc in libc_low - */ - - BSP_Configuration.RTEMS_api_configuration->maximum_regions++; - - /* - * Add 1 extension for newlib libc - */ - -#ifdef RTEMS_NEWLIB - BSP_Configuration.maximum_extensions++; -#endif - /* * Add another extension if using the stack checker */ -- cgit v1.2.3