soc/intel/xeon_sp: Remove set but unused variable

Change-Id: I3c8c1787c77ed08942c6550ca556875904be2fa2
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64242
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2022-05-10 18:59:06 +02:00
parent 4c948d213b
commit 54c38e4b88
1 changed files with 0 additions and 2 deletions

View File

@ -228,12 +228,10 @@ static void add_res_to_stack(struct stack_dev_resource **root,
static void reserve_dev_resources(STACK_RES *stack, RES_TYPE res_type,
struct stack_dev_resource *res_root, struct resource *bridge)
{
uint8_t align;
uint64_t orig_base, base;
orig_base = get_resource_base(stack, res_type);
align = 0;
base = orig_base;
int first = 1;
while (res_root) { /* loop through all devices grouped by alignment requirements */