mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 14:24:11 +08:00
arm/xilinx-zynqmp-rpu: Simplify startup
There is no need to copy sections since the linker command file has no separate runtime and load regions for the sections.
This commit is contained in:
@@ -72,7 +72,6 @@ BSP_START_TEXT_SECTION void bsp_start_hook_0(void)
|
||||
|
||||
BSP_START_TEXT_SECTION void bsp_start_hook_1(void)
|
||||
{
|
||||
bsp_start_copy_sections();
|
||||
zynqmp_setup_mpu_and_cache();
|
||||
bsp_start_clear_bss();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user