summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91/bootiic/env_vars.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/arm/at91/bootiic/env_vars.c')
-rw-r--r--sys/boot/arm/at91/bootiic/env_vars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/bootiic/env_vars.c b/sys/boot/arm/at91/bootiic/env_vars.c
index 78afae9..f402a43 100644
--- a/sys/boot/arm/at91/bootiic/env_vars.c
+++ b/sys/boot/arm/at91/bootiic/env_vars.c
@@ -93,7 +93,7 @@ WriteCommandTable(void)
if (size < 0) {
continue;
}
- p_memcpy(cPtr, boot_commands[i], copySize);
+ memcpy(cPtr, boot_commands[i], copySize);
cPtr += copySize;
*cPtr++ = 0;
}
OpenPOWER on IntegriCloud