cbfs: hardcode file alignment
Assume that it's 64 byte. Change-Id: I168facd92f64c2cf99c26c350c60317807a4aed4 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10919 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
45acb34ffc
commit
4d3e4c421e
@@ -173,7 +173,6 @@ static int vboot_locate_by_multi_cbfs(const struct region_device *fw_main,
|
||||
return -1;
|
||||
|
||||
cbfs.rdev = &rdev;
|
||||
cbfs.align = props.align;
|
||||
|
||||
return cbfs_locate(asset_rdev(asset), &cbfs, asset_name(asset), NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user