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:
parent
1b8e65dee1
commit
11aeebec32
5 changed files with 5 additions and 10 deletions
|
@ -170,8 +170,7 @@ static void fill_in_relocation_params(struct smm_relocation_params *params)
|
||||||
smm_region(&tseg_base, &tseg_size);
|
smm_region(&tseg_base, &tseg_size);
|
||||||
|
|
||||||
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
||||||
printk(BIOS_WARNING,
|
printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
|
||||||
"TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -153,8 +153,7 @@ static void fill_in_relocation_params(struct smm_relocation_params *params)
|
||||||
smm_region(&tseg_base, &tseg_size);
|
smm_region(&tseg_base, &tseg_size);
|
||||||
|
|
||||||
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
||||||
printk(BIOS_WARNING,
|
printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
|
||||||
"TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -153,8 +153,7 @@ static void fill_in_relocation_params(struct smm_relocation_params *params)
|
||||||
smm_region(&tseg_base, &tseg_size);
|
smm_region(&tseg_base, &tseg_size);
|
||||||
|
|
||||||
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
||||||
printk(BIOS_WARNING,
|
printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
|
||||||
"TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -153,8 +153,7 @@ static void fill_in_relocation_params(struct smm_relocation_params *params)
|
||||||
smm_region(&tseg_base, &tseg_size);
|
smm_region(&tseg_base, &tseg_size);
|
||||||
|
|
||||||
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
||||||
printk(BIOS_WARNING,
|
printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
|
||||||
"TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -170,8 +170,7 @@ static void fill_in_relocation_params(struct smm_relocation_params *params)
|
||||||
smm_region(&tseg_base, &tseg_size);
|
smm_region(&tseg_base, &tseg_size);
|
||||||
|
|
||||||
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
if (!IS_ALIGNED(tseg_base, tseg_size)) {
|
||||||
printk(BIOS_WARNING,
|
printk(BIOS_WARNING, "TSEG base not aligned with TSEG size! Not setting SMRR\n");
|
||||||
"TSEG base not aligned with TSEG SIZE! Not setting SMRR\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue