From 6273201b14fc0761df952e8ca76b367ef4f8b741 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 31 May 2012 16:37:02 +0200 Subject: bsps/powerpc: Add load section for .nocache --- c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h') diff --git a/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h b/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h index 87c9532728..80f54bd4b9 100644 --- a/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h +++ b/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h @@ -96,6 +96,8 @@ LINKER_SYMBOL(bsp_section_stack_size) LINKER_SYMBOL(bsp_section_nocache_begin) LINKER_SYMBOL(bsp_section_nocache_end) LINKER_SYMBOL(bsp_section_nocache_size) +LINKER_SYMBOL(bsp_section_nocache_load_begin) +LINKER_SYMBOL(bsp_section_nocache_load_end) #define BSP_FAST_TEXT_SECTION __attribute__((section(".bsp_fast_text"))) -- cgit v1.2.3