summaryrefslogtreecommitdiff
path: root/src/soc/amd/phoenix
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:11:47 +0100
committerElyes Haouas <ehaouas@noos.fr>2024-03-30 07:43:06 +0000
commit54e97b8d6e1b6620a86fb70e7e6b2e912fbfd1ca (patch)
tree5a6f7272b8280e634eb81dfa33f94866b94c9fda /src/soc/amd/phoenix
parent58eddfc00cb4645ab02f3ecec4f8099a25c7f84a (diff)
soc/amd: Remove blank lines before '}' and after '{'
Change-Id: I0203e77dd23fa026cd252abbda50f1e9f6892721 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81457 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/amd/phoenix')
-rw-r--r--src/soc/amd/phoenix/psp_verstage/svc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/psp_verstage/svc.c b/src/soc/amd/phoenix/psp_verstage/svc.c
index 45d18c1456..6f086780b8 100644
--- a/src/soc/amd/phoenix/psp_verstage/svc.c
+++ b/src/soc/amd/phoenix/psp_verstage/svc.c
@@ -181,7 +181,6 @@ uint32_t svc_modexp(struct mod_exp_params *mod_exp_param)
};
SVC_CALL2(SVC_VERSTAGE_CMD, CMD_MODEXP, (void *)&param, retval);
return retval;
-
}
uint32_t svc_ccp_dma(uint32_t spi_rom_offset, void *dest, uint32_t size)