commit | b062146cc647fa86ea87440aac0548a896149968 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Mar 27 14:06:11 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:17:43 2016 -0400 |
tree | d40e00f48444f233d641d6774916a1e0af47cff0 | |
parent | 15bdcafdba6e987af9e2f5179b82c8e548c5c11c [diff] |
lib/physmem.c: Switch to __weak for arch_phys_memset We normally use __weak rather than calling it out directly as an alias. Update this function to the normal method. Signed-off-by: Tom Rini <trini@konsulko.com>