the following patch was just integrated into master: commit c1ee8641cb350de289fd77e9e9231bda46d6a386 Author: Ronald G. Minnich rminnich@gmail.com Date: Thu Feb 14 14:36:46 2013 -0800
libpayload: make functions static that are unused outside memory.c
The default_ functions in memory.c are only used to initialize a weak variable. They should not be used outside memory.c. Make them invisible.
Remove the declaration from libpayload.h. For real this time.
Change-Id: Id54c1fd172c78748f01a958ce4065dd0eb53bbc3 Signed-off-by: Ronald G. Minnich rminnich@gmail.com Reviewed-on: http://review.coreboot.org/2394 Tested-by: build bot (Jenkins) Reviewed-by: Gabe Black gabeblack@chromium.org
Build-Tested: build bot (Jenkins) at Fri Feb 15 00:29:51 2013, giving +1 Reviewed-By: Gabe Black gabeblack@chromium.org at Fri Feb 15 06:26:53 2013, giving +2 See http://review.coreboot.org/2394 for details.
-gerrit