diff --git a/spec/build/bsps/arm/xilinx-zynqmp-rpu/linkcmds.yml b/spec/build/bsps/arm/xilinx-zynqmp-rpu/linkcmds.yml index c8b249e6b6..22bfde641f 100644 --- a/spec/build/bsps/arm/xilinx-zynqmp-rpu/linkcmds.yml +++ b/spec/build/bsps/arm/xilinx-zynqmp-rpu/linkcmds.yml @@ -25,6 +25,17 @@ content: | bsp_vector_table_in_start_section = 1; + /* + * Please note that the OCM may be also used by bootloaders or the + * ARM Trusted Firmware (ATF). You have to make sure that the OCM is shared + * without conflicts. + */ + SECTIONS { + .ocm : { + *(SORT(.ocm*)); + } > OCM AT > OCM + } + INCLUDE linkcmds.armv4 copyrights: - Copyright (C) 2024 embedded brains GmbH & Co. KG