From 113768f2cd4497df285667f7391789b7d46b6df7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Nov 2012 14:16:11 +0100 Subject: bsps/powerpc: Add .nvram section --- c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/shared/include') 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 80f54bd4b9..7bfc6e2304 100644 --- a/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h +++ b/c/src/lib/libbsp/powerpc/shared/include/linker-symbols.h @@ -99,12 +99,18 @@ LINKER_SYMBOL(bsp_section_nocache_size) LINKER_SYMBOL(bsp_section_nocache_load_begin) LINKER_SYMBOL(bsp_section_nocache_load_end) +LINKER_SYMBOL(bsp_section_nvram_begin) +LINKER_SYMBOL(bsp_section_nvram_end) +LINKER_SYMBOL(bsp_section_nvram_size) + #define BSP_FAST_TEXT_SECTION __attribute__((section(".bsp_fast_text"))) #define BSP_FAST_DATA_SECTION __attribute__((section(".bsp_fast_data"))) #define BSP_NOCACHE_SECTION __attribute__((section(".bsp_nocache"))) +#define BSP_NVRAM_SECTION __attribute__((section(".bsp_nvram"))) + /** @} */ #ifdef __cplusplus -- cgit v1.2.3