bsps/arm/xilinx-zynq/start/bspsmp.c: Address unused parameter warnings

These changes were made to address GCC -Wunused-parameter warnings.
These cases were masked when SMP was disbled.
This commit is contained in:
Joel Sherrill
2025-11-26 16:33:12 -06:00
committed by Amar Takhar
parent de37fd5176
commit 28c0bcf487

View File

@@ -41,6 +41,8 @@
bool _CPU_SMP_Start_processor(uint32_t cpu_index)
{
(void) cpu_index;
volatile uint32_t* const kick_address = (uint32_t*) 0xfffffff0UL;
_Assert(cpu_index == 1);