From 6acc05ed310fcd81bea9288df8c4cb4471a8bbbe Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 12 May 2022 18:01:13 +0200 Subject: rules.h: Use more consistent naming Use 'ENV' consistently and drop the redundant 'STAGE' in the naming. Change-Id: I51f2a7e70eefad12aa214e92f23e5fd2edf46698 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/64296 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/include/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/thread.h') diff --git a/src/include/thread.h b/src/include/thread.h index f414db028165..059ba52a2c39 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -37,7 +37,7 @@ int thread_run_until(struct thread_handle *handle, enum cb_err (*func)(void *), /* Waits until the thread has terminated and returns the error code */ enum cb_err thread_join(struct thread_handle *handle); -#if ENV_STAGE_SUPPORTS_COOP +#if ENV_SUPPORTS_COOP struct thread { int id; -- cgit v1.2.3