Files
yaozhm 393ea8643d fix(intel): use const for socfpga_memcpy_s src
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>
2026-03-30 09:24:02 +00:00
..