From d4886a069506e9c69086d28c578db80abc37976d Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Thu, 24 Jul 2008 14:52:55 +0000 Subject: Changed bsp_get_workarea() to bsp_get_work_area() and added support for an optional separate heap area. --- c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h') diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h index b7f0679687..4a725b65e7 100644 --- a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h @@ -65,9 +65,8 @@ LINKER_SYMBOL( bsp_section_bss_size); LINKER_SYMBOL( bsp_interrupt_stack_start); LINKER_SYMBOL( bsp_interrupt_stack_end); LINKER_SYMBOL( bsp_interrupt_stack_size); -LINKER_SYMBOL( bsp_interrupt_stack_pointer); -LINKER_SYMBOL( bsp_workspace_start); +LINKER_SYMBOL( bsp_work_area_start); LINKER_SYMBOL( IMMRBAR); -- cgit v1.2.3