Skip to content
Commit 0ae0b545 authored by David Gibson's avatar David Gibson Committed by Paul Mackerras
Browse files

[POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S



Currently the bootwrapper has implementations of strchr() and
strncmp(), but they're inlines in flatdevtree_env.h, rather than in
string.S with all the rest of the string functions.  This moves
them to string.S.

Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 768cc2d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment