Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59069 )
Change subject: soc/amd/common/psp_verstage: Remove confusing boot_cpu() ......................................................................
soc/amd/common/psp_verstage: Remove confusing boot_cpu()
This function is not needed for psp_verstage.
BUG=b:179699789 TEST=Build guybrush PSP verstage
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: If4e0604b37f036dcf07debbd8d796d7a493dbd30 --- M src/soc/amd/common/psp_verstage/include/arch/smp/spinlock.h 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/59069/1
diff --git a/src/soc/amd/common/psp_verstage/include/arch/smp/spinlock.h b/src/soc/amd/common/psp_verstage/include/arch/smp/spinlock.h index 0a3a4d4..d7b6004 100644 --- a/src/soc/amd/common/psp_verstage/include/arch/smp/spinlock.h +++ b/src/soc/amd/common/psp_verstage/include/arch/smp/spinlock.h @@ -9,7 +9,4 @@ #define spin_lock(lock) do {} while (0) #define spin_unlock(lock) do {} while (0)
-#include <smp/node.h> -#define boot_cpu() 1 - #endif