-
Notifications
You must be signed in to change notification settings - Fork 95
uefi-sct/SctPkg: Fix copy mem build error #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
uefi-sct/SctPkg: Fix copy mem build error #115
Conversation
@edhay For some reason, am not able to add reviewers on this PR. |
Hi @baranee , Okay. Could you please raise this issue and submit the patch at the edk2-test mailing list. Also please raise a bug in Please feel free to contact me for any assistance. |
Hi @baranee, What is the build error seen? |
@edhay Undefined error on EfiCommonLibCopyMem. Since bugzilla.tianocore.org is down for a while, I thought it's only thru PR at this point. |
@chetan-rathore Thanks for confirming similar issue in arm tool chain build. @edhay any other process needs to be followed to merge this PR? |
I have the same problem here, this actually fixes it :) |
Use SctCopyMem instead of EfiCommonLibCopyMem
Signed-off-by: Anbazhagan Baraneedharan [email protected]