aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/fsp
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-16 09:48:27 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-07-17 21:59:05 +0000
commit68fc51faf2cc83742b527b68a9009b81428b9ff2 (patch)
tree5cac120c129c4c382301ee503f08e59f222ee471 /src/soc/amd/common/fsp
parentf9b535eecfda5065182aae9ec031956826cd1804 (diff)
soc/amd/common: Fix some white spaces issues
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I54438978db13ba00188e53239f7034d1b258e912 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65900 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/common/fsp')
-rw-r--r--src/soc/amd/common/fsp/fsp_validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/fsp/fsp_validate.c b/src/soc/amd/common/fsp/fsp_validate.c
index 0ce59b3b2a..e0867f40c7 100644
--- a/src/soc/amd/common/fsp/fsp_validate.c
+++ b/src/soc/amd/common/fsp/fsp_validate.c
@@ -16,7 +16,7 @@ void soc_validate_fspm_header(const struct fsp_header *hdr)
{
struct amd_image_revision *rev;
- rev = (struct amd_image_revision *) &(hdr->image_revision);
+ rev = (struct amd_image_revision *)&(hdr->image_revision);
/* Check if the image fits into the reserved memory region */
if (hdr->image_size > CONFIG_FSP_M_SIZE)