mturney mturney has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33812
Change subject: HACK fix upstream bug in util/cbfstool/fit.c ......................................................................
HACK fix upstream bug in util/cbfstool/fit.c
Change-Id: Iac4df05477de0a7a26af46720c4a19156767463f Signed-off-by: T Michael Turney mturney@codeaurora.org --- M util/cbfstool/fit.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/33812/1
diff --git a/util/cbfstool/fit.c b/util/cbfstool/fit.c index 4cd84f2..500e14f 100644 --- a/util/cbfstool/fit.c +++ b/util/cbfstool/fit.c @@ -601,7 +601,7 @@ name = "unknown"; }
- printf(" %6zd %-20s 0x%08"PRIx64" 0x%08zx\n", i, name, + printf(" %6zd %-20s 0x%08zx 0x%08zx\n", i, name, fit->entries[i].address, fit_entry_size_bytes(&fit->entries[i])); }
mturney mturney has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/33812 )
Change subject: HACK fix upstream bug in util/cbfstool/fit.c ......................................................................
Abandoned