Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38944 )
Change subject: util/amdfwtool: Improve comment's grammar ......................................................................
util/amdfwtool: Improve comment's grammar
Reported by: Angel Pons Signed-off-by: Patrick Georgi pgeorgi@google.com
Change-Id: I2daa57c1982346e48dbd91a94864baf2f11c2129 --- M util/amdfwtool/amdfwtool.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/38944/1
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 522d332..379caaa 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -1439,7 +1439,7 @@
integrate_firmwares(&ctx, amd_romsig, amd_fw_table);
- ctx.current = ALIGN(ctx.current, 0x10000U); /* TODO: is necessary? */ + ctx.current = ALIGN(ctx.current, 0x10000U); /* TODO: is it necessary? */
if (multi) { /* Do 2nd PSP directory followed by 1st */