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>
This commit is contained in:
committed by
Patrick Georgi
parent
1d446349ae
commit
5bc61dafd1
@@ -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) {
|
||||
|
Reference in New Issue
Block a user