commit | 65b3c6bbae072367cbcf07bdd2ec27dcd591c0b3 | [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 | 5735bca5f677a5aeb61364a6491080c6bb2ebc0e [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>