soc/amd/picasso: Change all remaining soc names

Convert all remaining stoneyridge names to picasso.

Change-Id: I0ed3eaa5b1d2696448ae18b62c7218de59c61883
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33749
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
This commit is contained in:
Marshall Dawson
2019-06-11 12:18:20 -06:00
committed by Martin Roth
parent 30cf155168
commit bc4c903c1f
13 changed files with 65 additions and 65 deletions

View File

@@ -105,7 +105,7 @@ static const struct mp_ops mp_ops = {
.post_mp_init = enable_smi_generation,
};
void stoney_init_cpus(struct device *dev)
void picasso_init_cpus(struct device *dev)
{
/* Clear for take-off */
if (mp_init_with_smm(dev->link_list, &mp_ops) < 0)