summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/romstage.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-04 20:26:53 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-07 05:49:33 +0000
commit7db852aa5770b287719805fc0ee727169ee6b424 (patch)
tree66ce3451328b84fd3e532360d1e0c444dc2c76bf /src/soc/amd/picasso/romstage.c
parentdc6c322fdac9e0a8a4d1a301ad5fb144ba50a986 (diff)
downloadcoreboot-7db852aa5770b287719805fc0ee727169ee6b424.tar.gz
coreboot-7db852aa5770b287719805fc0ee727169ee6b424.tar.bz2
coreboot-7db852aa5770b287719805fc0ee727169ee6b424.zip
soc/amd: Rename smm_region_info() to smm_region()
Change-Id: I361fb0e02fd0bd92bb1e13fe84c898a1ac85aa40 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34703 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/romstage.c')
-rw-r--r--src/soc/amd/picasso/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c
index 458886d70c51..64c18d28ee2e 100644
--- a/src/soc/amd/picasso/romstage.c
+++ b/src/soc/amd/picasso/romstage.c
@@ -91,7 +91,7 @@ asmlinkage void car_stage_entry(void)
* when relocating the SMM handler as well as using the TSEG
* region for other purposes.
*/
- smm_region_info(&smm_base, &smm_size);
+ smm_region(&smm_base, &smm_size);
tseg_base = (uintptr_t)smm_base;
postcar_frame_add_mtrr(&pcf, tseg_base, smm_size, MTRR_TYPE_WRBACK);