aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/psp_verstage/psp_verstage.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2020-08-13 10:22:04 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-08-19 07:15:29 +0000
commit143c6d8a74b5c00055ef170c6ac16f9d2a6bbf9e (patch)
tree82eaf541ba615294e3723b1f7abbf558b3dcd6bb /src/soc/amd/picasso/psp_verstage/psp_verstage.c
parent13989fadc3dd1c57e84da1314b537986d579aae2 (diff)
soc/amd/picasso: Remove now unused #define
This #define wasn't removed when the tests were removed, so get rid of it now. BUG=None TEST=Build Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: Ie0005b6ee97037bf3dfb80f0c2408d8bd9ee9633 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44537 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso/psp_verstage/psp_verstage.c')
-rw-r--r--src/soc/amd/picasso/psp_verstage/psp_verstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/psp_verstage/psp_verstage.c b/src/soc/amd/picasso/psp_verstage/psp_verstage.c
index bac05481f6..bea0688e5b 100644
--- a/src/soc/amd/picasso/psp_verstage/psp_verstage.c
+++ b/src/soc/amd/picasso/psp_verstage/psp_verstage.c
@@ -12,8 +12,6 @@
#include <stdarg.h>
#include <stdio.h>
-#define RUN_PSP_SVC_TESTS 0
-
extern char _bss_start, _bss_end;
static struct mem_region_device boot_dev =
MEM_REGION_DEV_RO_INIT(NULL, CONFIG_ROM_SIZE);