Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32908
Change subject: lib/Makefile.inc: Add hexdump.c to postcar stage ......................................................................
lib/Makefile.inc: Add hexdump.c to postcar stage
hexdump() is not available in postcar stage. Add hexdump() functionality to postcar stage.
BUG=NA TEST=Booting Embedded Linux on Facebook FBG-1701
Change-Id: Ibdce911065c01b0a1aa81dc248557257d0e420b0 Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/lib/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/32908/1
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 1350152..c75f206 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -167,6 +167,7 @@ postcar-y += romstage_handoff.c
bootblock-y += hexdump.c +postcar-y += hexdump.c ramstage-y += hexdump.c romstage-y += hexdump.c verstage-y += hexdump.c