summaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfstool.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-29 22:27:51 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 09:10:05 +0000
commit5bc61dafd14748e21c5065943cb8e1af30601f4b (patch)
treed444cbb3f7e88b8cfe55ac9321495ccf2c6a7b7a /util/cbfstool/cbfstool.c
parent1d446349ae82ffb0df0684fb9cf9e64f553206b7 (diff)
downloadcoreboot-5bc61dafd14748e21c5065943cb8e1af30601f4b.tar.xz
util/cbfstool: Remove whitespace before tab
Change-Id: I122acaf9129afaa7b3ae8fd50d8717138809132e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26669 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/cbfstool/cbfstool.c')
-rw-r--r--util/cbfstool/cbfstool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index eecb84f5d1..08f2e32230 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -687,7 +687,7 @@ static int cbfs_add(void)
/* Set the alignment to 4KiB minimum for FSP blobs when no base address
* is provided so that relocation can occur. */
if (param.type == CBFS_COMPONENT_FSP) {
- if (!param.baseaddress_assigned)
+ if (!param.baseaddress_assigned)
param.alignment = 4*1024;
convert = cbfstool_convert_fsp;
} else if (param.stage_xip) {