Hello Angel Pons, Julius Werner, Stefan Reinauer, Paul Menzel, build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31141
to look at the new patch set (#2).
Change subject: string: move strdup() & strconcat() to lib/string.c ......................................................................
string: move strdup() & strconcat() to lib/string.c
Move functions not available in PRE_RAM into seperate file. Makes it easier to share code between rom and ramstage.
Change-Id: I0b9833fbf6742d110ee4bfc00cd650f219aebb2c Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M src/include/string.h M src/lib/Makefile.inc A src/lib/string.c 3 files changed, 24 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/31141/2