mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-03 11:58:39 +00:00
On Intel SoCFPGA, memcpy_s is #define'd to socfpga_memcpy_s. Align the platform helper's source parameter with const void * so it matches the generic memcpy_s prototype and callers can pass pointers to const data. Change-Id: I0f1b08d13925cfd26f3d9a3723c6da2efbae03fb Signed-off-by: yaozhm <yaozhongmin@xiaomi.com>