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>
This commit is contained in:
Angel Pons 2021-02-19 18:33:33 +01:00 committed by Patrick Georgi
parent 1b8e65dee1
commit 11aeebec32
5 changed files with 5 additions and 10 deletions

View File

@ -170,8 +170,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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -170,8 +170,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;
}