summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-19 18:33:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-24 11:35:32 +0000
commit11aeebec32e7c8b747422ed03498439232fcce75 (patch)
treebb8cddb057ae2725540e9bed3087605d31c5d18f /src/soc/intel/jasperlake
parent1b8e65dee16c083849a0cf0dc61b0e6ecf64c118 (diff)
downloadcoreboot-11aeebec32e7c8b747422ed03498439232fcce75.tar.xz
soc/intel/*/smmrelocate.c: Uniformize cosmetics
Use the same log message everywhere for consistency. Change-Id: I9d2230bc92313269470839486f6644f16e837d7c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50934 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r--src/soc/intel/jasperlake/smmrelocate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/jasperlake/smmrelocate.c b/src/soc/intel/jasperlake/smmrelocate.c
index bbdcb68b10..161229be9b 100644
--- a/src/soc/intel/jasperlake/smmrelocate.c
+++ b/src/soc/intel/jasperlake/smmrelocate.c
@@ -153,8 +153,7 @@ static void fill_in_relocation_params(struct smm_relocation_params *params)
smm_region(&tseg_base, &tseg_size);
if (!IS_ALIGNED(tseg_base, tseg_size)) {
- printk(BIOS_WARNING,
- "TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
+ printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
return;
}