the following patch was just integrated into master: commit d9b1050dfba7cc97b95ca9dcc72ae6172d8a1735 Author: Aaron Durbin adurbin@chromium.org Date: Fri Nov 4 11:17:54 2016 -0500
elog: fix default elog_add_event_raw() declaration
When CONFIG_ELOG isn't used default empty inline functions are provided, however the elog_add_event_raw() had the wrong type signature. Fix that.
BUG=chrome-os-partner:59395
Change-Id: Iaee68440bbafc1e91c88a7b03e283fc3e72de0a3 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/17232 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh furquan@google.com
See https://review.coreboot.org/17232 for details.
-gerrit