arm shared: Add bsp_translation_table_end the linker symbols.

This commit is contained in:
Chris Johns
2013-12-10 12:28:09 +11:00
parent 296c74e643
commit 136a84782b

View File

@@ -128,6 +128,7 @@ LINKER_SYMBOL(bsp_start_vector_table_end)
LINKER_SYMBOL(bsp_start_vector_table_size)
LINKER_SYMBOL(bsp_translation_table_base)
LINKER_SYMBOL(bsp_translation_table_end)
#define BSP_FAST_TEXT_SECTION __attribute__((section(".bsp_fast_text")))