There is no need to relocate the text and read-only data.
---
 bsps/arm/tms570/start/bspstarthooks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/arm/tms570/start/bspstarthooks.c 
b/bsps/arm/tms570/start/bspstarthooks.c
index 71ebf9f32d..81ad42f449 100644
--- a/bsps/arm/tms570/start/bspstarthooks.c
+++ b/bsps/arm/tms570/start/bspstarthooks.c
@@ -43,6 +43,6 @@
 
 BSP_START_TEXT_SECTION void bsp_start_hook_1( void )
 {
-  bsp_start_copy_sections();
+  bsp_start_copy_sections_compact();
   bsp_start_clear_bss();
 }
-- 
2.35.3

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to