diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-30 15:08:03 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-17 15:53:49 +0000 |
commit | 99e54fece3d6e03b21366f6415dea6972a7eda8d (patch) | |
tree | 5a28eeb396f30518d4276b8fd197affeb110535a /util/amdfwtool | |
parent | 16043d6742aedb2740d23628fead775748aa0ce0 (diff) | |
download | coreboot-99e54fece3d6e03b21366f6415dea6972a7eda8d.tar.xz |
util: Fix typos
Change-Id: Ia405384211aa53ac089a99ecd31acc25effdb71e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38653
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/amdfwtool')
-rw-r--r-- | util/amdfwtool/amdfwtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index d5c63dec34..522d332bbd 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -1439,7 +1439,7 @@ int main(int argc, char **argv) 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 necessary? */ if (multi) { /* Do 2nd PSP directory followed by 1st */ |