aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/psp_verstage/psp.c
blob: 7f24b2038426ef83488ea12bd97136a01739407d (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#include <smp/node.h>

int boot_cpu(void)
{
	return 1;
}